de.dfki.lt.hog.exceptions
Class NoSuchPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.dfki.lt.hog.exceptions.InitializationException
              extended by de.dfki.lt.hog.exceptions.NoSuchPropertyException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchPropertyException
extends InitializationException

NoSuchPropertyException is thrown when a property can't be found in the properties.

See Also:
Serialized Form

Constructor Summary
NoSuchPropertyException()
          This creates a new instance of NoSuchPropertyException.
NoSuchPropertyException(java.lang.String aMessage)
          This creates a new instance of NoSuchPropertyException with an error message aMessage
 
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

NoSuchPropertyException

public NoSuchPropertyException()
This creates a new instance of NoSuchPropertyException.


NoSuchPropertyException

public NoSuchPropertyException(java.lang.String aMessage)
This creates a new instance of NoSuchPropertyException with an error message aMessage

Parameters:
aMessage - a String with the error message