Package org.zkoss.xel

Class XelException

    • Constructor Summary

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

      • 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

      • XelException

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

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

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

        public XelException()
      • XelException

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

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

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

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

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

        public XelException​(int code)