Class OperationException

  • All Implemented Interfaces:
    java.io.Serializable, org.zkoss.lang.Expectable, org.zkoss.mesg.Messageable, org.zkoss.mesg.MessageConst
    Direct Known Subclasses:
    WrongValueException, WrongValuesException

    public class OperationException
    extends UiException
    implements org.zkoss.lang.Expectable
    The operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.
    Author:
    tomyeh
    See Also:
    Serialized Form
    • Nested Class Summary

      • 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
    • 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

      • OperationException

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

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

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

        public OperationException()
      • OperationException

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

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

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

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

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

        public OperationException​(int code)