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, Expectable, Messageable, MessageConst
- Direct Known Subclasses:
- WrongValueException, WrongValuesException
public class OperationException
- extends UiException
- implements 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
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-2011 Potix Corporation. All Rights Reserved.