|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
simple.util.PropertyException
public class PropertyException
The PropertyException
is used to describe the error
that occurs when a properties file cannot be read. This can be
caused either by an I/O problem reading the file, or it the file
is written in an invalid syntax, particularly invalid XML.
Constructor Summary | |
---|---|
PropertyException()
Constructor for the PropertyException . |
|
PropertyException(java.lang.Throwable cause)
Constructor for the PropertyException . |
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 PropertyException()
PropertyException
. This is
used when no message is required to describe the exception.
public PropertyException(java.lang.Throwable cause)
PropertyException
. This is
used when there is some exception relating to the parsing
or reading of the properties file thrown.
cause
- this is the cause of the property exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |