org.org.usurper.handlers.exceptions
Class PropertyTypeHandlingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.org.usurper.handlers.exceptions.PropertyTypeHandlingException
All Implemented Interfaces:
java.io.Serializable

public class PropertyTypeHandlingException
extends java.lang.RuntimeException

The Class PropertyTypeHandlingException.

Author:
pagregoire
See Also:
Serialized Form

Constructor Summary
PropertyTypeHandlingException()
          Instantiates a new property type handling exception.
PropertyTypeHandlingException(java.lang.String message)
          Instantiates a new property type handling exception.
PropertyTypeHandlingException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new property type handling exception.
PropertyTypeHandlingException(java.lang.Throwable cause)
          Instantiates a new property type handling exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

PropertyTypeHandlingException

public PropertyTypeHandlingException()
Instantiates a new property type handling exception.


PropertyTypeHandlingException

public PropertyTypeHandlingException(java.lang.String message)
Instantiates a new property type handling exception.

Parameters:
message - the message

PropertyTypeHandlingException

public PropertyTypeHandlingException(java.lang.String message,
                                     java.lang.Throwable cause)
Instantiates a new property type handling exception.

Parameters:
message - the message
cause - the cause

PropertyTypeHandlingException

public PropertyTypeHandlingException(java.lang.Throwable cause)
Instantiates a new property type handling exception.

Parameters:
cause - the cause


Copyright © 2008. All Rights Reserved.