|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.stardust.common.error.ApplicationException
org.eclipse.stardust.common.error.PublicException
org.eclipse.stardust.common.error.InvalidValueException
public class InvalidValueException
Thrown if a write operation to workflow data fails as of an invalid input value. Most probably in consequence of a type conflict between the input value and the static type of the data or data's attribute.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.stardust.common.error.ApplicationException |
|---|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidValueException(String message)
public InvalidValueException(ErrorCase errorCase)
errorCase - The error case further explaining the error condition.
public InvalidValueException(String message,
Exception cause)
public InvalidValueException(ErrorCase errorCase,
Exception cause)
errorCase - The error case further explaining the error condition.cause - The cause of this error.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||