Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.loader
Class InvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.api.TuscanyException
              extended by org.apache.tuscany.spi.loader.LoaderException
                  extended by org.apache.tuscany.spi.loader.InvalidValueException
All Implemented Interfaces:
Serializable

public class InvalidValueException
extends LoaderException

Exception that indicates the loader encountered an invalid value. The message should be set to the invalid value.

Version:
$Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $
See Also:
Serialized Form

Constructor Summary
InvalidValueException()
           
InvalidValueException(String message)
           
InvalidValueException(String message, Throwable cause)
           
InvalidValueException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.spi.loader.LoaderException
getResourceURI, setResourceURI
 
Methods inherited from class org.apache.tuscany.api.TuscanyException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidValueException

public InvalidValueException()

InvalidValueException

public InvalidValueException(String message)

InvalidValueException

public InvalidValueException(String message,
                             Throwable cause)

InvalidValueException

public InvalidValueException(Throwable cause)

Apache Tuscany SCA Kernel Sub-Project

-