org.melati.util
Class PropertyException

Package class diagram package PropertyException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.melati.util.MelatiException
              extended by org.melati.util.PropertyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FormatPropertyException, InstantiationPropertyException, NoSuchPropertyException

public class PropertyException
extends MelatiException

Thrown when any Property related problem occurs.

Author:
WilliamC@paneris.org
See Also:
Serialized Form

Field Summary
 Properties properties
          the Properties we have a problem with.
 String propertyName
          The specific Property we have a problem with, may be null.
 
Fields inherited from class org.melati.util.MelatiException
subException
 
Constructor Summary
PropertyException(Properties properties, String propertyName)
          Constructor.
PropertyException(Properties properties, String propertyName, Exception problem)
          Constructor.
PropertyException(String propertyName, Exception problem)
          Constructor.
 
Method Summary
 String getMessage()
          
 
Methods inherited from class org.melati.util.MelatiException
innermostException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

properties

public Properties properties
the Properties we have a problem with.


propertyName

public String propertyName
The specific Property we have a problem with, may be null.

Constructor Detail

PropertyException

public PropertyException(Properties properties,
                         String propertyName,
                         Exception problem)
Constructor.


PropertyException

public PropertyException(String propertyName,
                         Exception problem)
Constructor.


PropertyException

public PropertyException(Properties properties,
                         String propertyName)
Constructor.

Method Detail

getMessage

public String getMessage()
Description copied from class: MelatiException

Overrides:
getMessage in class MelatiException
Returns:
The detailed message.
See Also:
Throwable.getMessage()


Copyright © 2000-2010 PanEris. All Rights Reserved.