public class NonFatalParseErrorException
extends java.lang.RuntimeException
GenericParser,
Serialized Form| Constructor and Description |
|---|
NonFatalParseErrorException()
Constructs a new NonFatalParseErrorException.
|
NonFatalParseErrorException(java.lang.String msg)
Constructs a new NonFatalParseErrorException with a message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
msg()
Returns this exception's message.
|