org.zkoss.lang
Class WarningException

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.lang.WarningException
All Implemented Interfaces:
java.io.Serializable, Expectable, Warning, Messageable, MessageConst

public class WarningException
extends SystemException
implements Warning

The warning exception.

Author:
tomyeh
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.zkoss.lang.SystemException
SystemException.Aide
 
Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst
MessageConst.Aide, 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
WarningException(int code)
           
WarningException(int code, java.lang.Object fmtArg)
           
WarningException(int code, java.lang.Object[] fmtArgs)
           
WarningException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
           
WarningException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
           
WarningException(int code, java.lang.Throwable cause)
           
WarningException(java.lang.String msg, java.lang.Throwable cause)
           
WarningException(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
 
Methods inherited from interface org.zkoss.mesg.Messageable
getCode
 

Constructor Detail

WarningException

public WarningException(java.lang.String msg,
                        java.lang.Throwable cause)

WarningException

public WarningException(java.lang.Throwable cause)

WarningException

public WarningException(int code,
                        java.lang.Object[] fmtArgs,
                        java.lang.Throwable cause)

WarningException

public WarningException(int code,
                        java.lang.Object fmtArg,
                        java.lang.Throwable cause)

WarningException

public WarningException(int code,
                        java.lang.Object[] fmtArgs)

WarningException

public WarningException(int code,
                        java.lang.Object fmtArg)

WarningException

public WarningException(int code,
                        java.lang.Throwable cause)

WarningException

public WarningException(int code)


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