org.zkoss.zk.ui
Class OperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.zkoss.lang.SystemException
                  extended by org.zkoss.zk.ui.UiException
                      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.zkoss.zk.ui.UiException
UiException.Aide
 
Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst
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
OperationException()
           
OperationException(int code)
           
OperationException(int code, java.lang.Object fmtArg)
           
OperationException(int code, java.lang.Object[] fmtArgs)
           
OperationException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
           
OperationException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
           
OperationException(int code, java.lang.Throwable cause)
           
OperationException(java.lang.String s)
           
OperationException(java.lang.String msg, java.lang.Throwable cause)
           
OperationException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

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)


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo