org.zkoss.util
Class InvalidValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.zkoss.lang.CommonException
org.zkoss.util.ModificationException
org.zkoss.util.InvalidValueException
- All Implemented Interfaces:
- java.io.Serializable, Expectable, Messageable, MessageConst
public class InvalidValueException
- extends ModificationException
- implements Expectable
Denotes an invalid value is passed to a setter method.
Unlike ModificationException
, this exception is
Expectable
, i.e., it is usually user's error,
not program's bug.
- 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 |
InvalidValueException
public InvalidValueException(java.lang.String msg,
java.lang.Throwable cause)
InvalidValueException
public InvalidValueException(java.lang.String s)
InvalidValueException
public InvalidValueException(java.lang.Throwable cause)
InvalidValueException
public InvalidValueException()
InvalidValueException
public InvalidValueException(int code,
java.lang.Object[] fmtArgs,
java.lang.Throwable cause)
InvalidValueException
public InvalidValueException(int code,
java.lang.Object fmtArg,
java.lang.Throwable cause)
InvalidValueException
public InvalidValueException(int code,
java.lang.Object[] fmtArgs)
InvalidValueException
public InvalidValueException(int code,
java.lang.Object fmtArg)
InvalidValueException
public InvalidValueException(int code,
java.lang.Throwable cause)
InvalidValueException
public InvalidValueException(int code)
Copyright © 2005-2009 Potix Corporation. All Rights Reserved.