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:
- 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 |
InvalidValueException
public InvalidValueException(String msg,
Throwable cause)
InvalidValueException
public InvalidValueException(String s)
InvalidValueException
public InvalidValueException(Throwable cause)
InvalidValueException
public InvalidValueException()
InvalidValueException
public InvalidValueException(int code,
Object[] fmtArgs,
Throwable cause)
InvalidValueException
public InvalidValueException(int code,
Object fmtArg,
Throwable cause)
InvalidValueException
public InvalidValueException(int code,
Object[] fmtArgs)
InvalidValueException
public InvalidValueException(int code,
Object fmtArg)
InvalidValueException
public InvalidValueException(int code,
Throwable cause)
InvalidValueException
public InvalidValueException(int code)
Copyright © 2011. All Rights Reserved.