org.apache.tuscany.spi.implementation.java
Class IllegalPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tuscany.api.TuscanyException
org.apache.tuscany.spi.loader.LoaderException
org.apache.tuscany.spi.implementation.java.ProcessingException
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
IllegalPropertyException
public IllegalPropertyException()
IllegalPropertyException
public IllegalPropertyException(String message)
IllegalPropertyException
public IllegalPropertyException(String message,
Throwable cause)
IllegalPropertyException
public IllegalPropertyException(Throwable cause)
-