public class ParserException extends RuntimeException
| Constructor and Description |
|---|
ParserException(Exception e)
Creates a new parser exception with the given sub exception.
|
ParserException(String message)
Creates a new parser exception with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParserException(String message)
message - a string.public ParserException(Exception e)
e - an exception.Copyright © 2018. All rights reserved.