org.apache.geronimo.common.propertyeditor
Class PropertyEditorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.geronimo.common.propertyeditor.PropertyEditorException
All Implemented Interfaces:
Serializable

public class PropertyEditorException
extends RuntimeException

An exception for property editor conversion problems.

See Also:
Serialized Form

Constructor Summary
PropertyEditorException()
          Default constructor for a PropertyException.
PropertyEditorException(String message)
          A PropertyEditorException with just an error message.
PropertyEditorException(String message, Throwable cause)
          An exception with both a message and an internal exception.
PropertyEditorException(Throwable cause)
          PropertyEditorException with a wrappered inner 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

PropertyEditorException

public PropertyEditorException()
Default constructor for a PropertyException.


PropertyEditorException

public PropertyEditorException(Throwable cause)
PropertyEditorException with a wrappered inner exception.

Parameters:
cause - Original root cause of the PropertyEditorException.

PropertyEditorException

public PropertyEditorException(String message)
A PropertyEditorException with just an error message.

Parameters:
message - The text error message describing the condition.

PropertyEditorException

public PropertyEditorException(String message,
                               Throwable cause)
An exception with both a message and an internal exception.

Parameters:
message - The test error message.
cause - The root cause for the exception.


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.