public class ParserException
extends java.lang.Throwable
ParserException
class is used for reporting errors rised during parsing values
from input files.Constructor and Description |
---|
ParserException()
Initializes a newly created empty
ParserException . |
ParserException(java.lang.String message)
Initializes a newly created empty
ParserException with specified message. |
public ParserException()
ParserException
.public ParserException(java.lang.String message)
ParserException
with specified message.message
- the message decribing the rised error.