public class InvalidValueException extends PublicException
| Constructor and Description |
|---|
InvalidValueException(ErrorCase errorCase)
Creates a new exception instance, initializing it with the given message.
|
InvalidValueException(ErrorCase errorCase,
Exception cause)
Creates a new exception instance, initializing it with the given message.
|
InvalidValueException(String message)
Deprecated.
|
InvalidValueException(String message,
Exception cause)
Deprecated.
|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundleaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidValueException(String message)
public InvalidValueException(ErrorCase errorCase)
errorCase - The error case further explaining the error condition.Copyright © 2016 Eclipse Stardust. All Rights Reserved.