org.zkoss.lang
Class WarningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zkoss.lang.SystemException
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
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 |
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.