org.zkoss.zk.ui
Class OperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zkoss.lang.SystemException
org.zkoss.zk.ui.UiException
org.zkoss.zk.ui.OperationException
- All Implemented Interfaces:
- java.io.Serializable, org.zkoss.lang.Expectable, org.zkoss.mesg.Messageable, org.zkoss.mesg.MessageConst
- Direct Known Subclasses:
- WrongValueException
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 classes/interfaces inherited from interface org.zkoss.mesg.MessageConst |
org.zkoss.mesg.MessageConst.BundleInfo |
| Fields inherited from class org.zkoss.lang.SystemException |
_code |
| Fields inherited from interface org.zkoss.mesg.MessageConst |
NULL_CODE |
| Methods inherited from class org.zkoss.lang.SystemException |
getCode |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.