|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dtools.ini.FormatException
public class FormatException
The FormatException
class is an exception which is thrown by the
class IniFileReader
whenever it reads an INI file from the hard
disk that is not in the correct format of an INI file.
Constructor Summary | |
---|---|
FormatException()
Default constructor, creates a new instance of FormatException and sets the message of the exception to the
vague message "A format exception occurred.". |
|
FormatException(String message)
Constructor, creates a new instance of FormatException
and sets the message to the given String. |
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 FormatException()
Default constructor, creates a new instance of
FormatException
and sets the message of the exception to the
vague message "A format exception occurred.".
public FormatException(String message)
Constructor, creates a new instance of FormatException
and sets the message to the given String.
message
- The message of this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |