Class UiException

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  UiException.Aide
      Utilities to wrap UiException.
      • Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst

        org.zkoss.mesg.MessageConst.BundleInfo
    • Field Summary

      • Fields inherited from class org.zkoss.lang.SystemException

        _code
      • Fields inherited from interface org.zkoss.mesg.MessageConst

        NULL_CODE
    • Constructor Summary

      Constructors 
      Constructor Description
      UiException()  
      UiException​(int code)  
      UiException​(int code, java.lang.Object fmtArg)  
      UiException​(int code, java.lang.Object[] fmtArgs)  
      UiException​(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)  
      UiException​(int code, java.lang.Object fmtArg, java.lang.Throwable cause)  
      UiException​(int code, java.lang.Throwable cause)  
      UiException​(java.lang.String s)  
      UiException​(java.lang.String msg, java.lang.Throwable cause)  
      UiException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class org.zkoss.lang.SystemException

        getCode
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UiException

        public UiException​(java.lang.String msg,
                           java.lang.Throwable cause)
      • UiException

        public UiException​(java.lang.String s)
      • UiException

        public UiException​(java.lang.Throwable cause)
      • UiException

        public UiException()
      • UiException

        public UiException​(int code,
                           java.lang.Object[] fmtArgs,
                           java.lang.Throwable cause)
      • UiException

        public UiException​(int code,
                           java.lang.Object fmtArg,
                           java.lang.Throwable cause)
      • UiException

        public UiException​(int code,
                           java.lang.Object[] fmtArgs)
      • UiException

        public UiException​(int code,
                           java.lang.Object fmtArg)
      • UiException

        public UiException​(int code,
                           java.lang.Throwable cause)
      • UiException

        public UiException​(int code)