org.csapi.jr.se.fw
Class InvalidPropertyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.csapi.jr.se.InvalidArgumentException
                    |
                    +--org.csapi.jr.se.fw.InvalidPropertyException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPropertyException
extends InvalidArgumentException

The framework does not recognise the property supplied by the client

See Also:
Serialized Form

Constructor Summary
InvalidPropertyException()
           
InvalidPropertyException(java.lang.String message)
           
InvalidPropertyException(java.lang.String message, java.lang.Throwable cause)
           
InvalidPropertyException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

InvalidPropertyException

public InvalidPropertyException()

InvalidPropertyException

public InvalidPropertyException(java.lang.String message)

InvalidPropertyException

public InvalidPropertyException(java.lang.String message,
                                java.lang.Throwable cause)

InvalidPropertyException

public InvalidPropertyException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class InvalidArgumentException