org.eclipse.stardust.common.error
Class InvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.stardust.common.error.ApplicationException
                  extended by org.eclipse.stardust.common.error.PublicException
                      extended by org.eclipse.stardust.common.error.InvalidValueException
All Implemented Interfaces:
Serializable

public class InvalidValueException
extends PublicException

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.

Version:
$Revision$
Author:
rsauer
See Also:
Serialized Form

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

InvalidValueException

public InvalidValueException(String message)
Deprecated. 


InvalidValueException

public InvalidValueException(ErrorCase errorCase)
Creates a new exception instance, initializing it with the given message.

Parameters:
errorCase - The error case further explaining the error condition.

InvalidValueException

public InvalidValueException(String message,
                             Exception cause)
Deprecated. 


InvalidValueException

public InvalidValueException(ErrorCase errorCase,
                             Exception cause)
Creates a new exception instance, initializing it with the given message.

Parameters:
errorCase - The error case further explaining the error condition.
cause - The cause of this error.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.