|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
cz.zcu.fav.kiv.editor.controller.errors.ParserException
public class ParserException
The ParserException
class is used for reporting errors rised during parsing values
from input files.
Constructor Summary | |
---|---|
ParserException()
Initializes a newly created empty ParserException . |
|
ParserException(java.lang.String message)
Initializes a newly created empty ParserException with specified message. |
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 ParserException()
ParserException
.
public ParserException(java.lang.String message)
ParserException
with specified message.
message
- the message decribing the rised error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |