org.apache.geronimo.common.propertyeditor
Class PropertyEditorException

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

public class PropertyEditorException
extends RuntimeException

An exception throw to indicate a problem with property editor conversion.

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:58:26 $
See Also:
Serialized Form

Constructor Summary
PropertyEditorException()
          Construct a PropertyEditorException with no specified detail message.
PropertyEditorException(String msg)
          Construct a PropertyEditorException with a specified detail message.
PropertyEditorException(String msg, Throwable detail)
          Construct a PropertyEditorException with a specified detail Throwable and message.
PropertyEditorException(Throwable detail)
          Construct a PropertyEditorException with a specified detail Throwable.
 
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(String msg)
Construct a PropertyEditorException with a specified detail message.

Parameters:
msg - Detail message

PropertyEditorException

public PropertyEditorException(String msg,
                               Throwable detail)
Construct a PropertyEditorException with a specified detail Throwable and message.

Parameters:
msg - Detail message
detail - Detail Throwable

PropertyEditorException

public PropertyEditorException(Throwable detail)
Construct a PropertyEditorException with a specified detail Throwable.

Parameters:
detail - Detail Throwable

PropertyEditorException

public PropertyEditorException()
Construct a PropertyEditorException with no specified detail message.



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