|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.dfki.lt.hog.exceptions.InitializationException
de.dfki.lt.hog.exceptions.NoSuchPropertyException
public class NoSuchPropertyException
NoSuchPropertyException
is thrown when a property
can't be found in the properties.
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 |
---|
public NoSuchPropertyException()
NoSuchPropertyException
.
public NoSuchPropertyException(java.lang.String aMessage)
NoSuchPropertyException
with an error message
aMessage
aMessage
- a String
with the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |