org.melati.util
Class NoSuchPropertyException

Package class diagram package NoSuchPropertyException
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
                  extended by org.melati.util.NoSuchPropertyException
All Implemented Interfaces:
Serializable

public class NoSuchPropertyException
extends PropertyException

Thrown when a Property is not found.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.melati.util.PropertyException
properties, propertyName
 
Fields inherited from class org.melati.util.MelatiException
subException
 
Constructor Summary
NoSuchPropertyException(Properties properties, String propertyName)
          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
 

Constructor Detail

NoSuchPropertyException

public NoSuchPropertyException(Properties properties,
                               String propertyName)
Constructor.

Parameters:
properties - the Properties object the problem arose in
propertyName - the name of the property no found
Method Detail

getMessage

public String getMessage()

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


Copyright © 2000-2010 PanEris. All Rights Reserved.