Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.implementation.java
Class IllegalPropertyException

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.implementation.java.ProcessingException
                      extended by org.apache.tuscany.spi.implementation.java.IllegalPropertyException
All Implemented Interfaces:
Serializable

public class IllegalPropertyException
extends ProcessingException

Denotes an illegal property definition in a component type

Version:
$Rev: 452328 $ $Date: 2006-10-03 00:27:46 -0700 (Tue, 03 Oct 2006) $
See Also:
Serialized Form

Constructor Summary
IllegalPropertyException()
           
IllegalPropertyException(String message)
           
IllegalPropertyException(String message, Throwable cause)
           
IllegalPropertyException(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

IllegalPropertyException

public IllegalPropertyException()

IllegalPropertyException

public IllegalPropertyException(String message)

IllegalPropertyException

public IllegalPropertyException(String message,
                                Throwable cause)

IllegalPropertyException

public IllegalPropertyException(Throwable cause)

Apache Tuscany SCA Kernel Sub-Project

-