public class ParserException extends BallerinaException
| Constructor and Description |
|---|
ParserException(String message)
Constructs a new
ParserException with the specified detail message. |
ParserException(String message,
Throwable cause)
Constructs a new
ParserException with the specified detail message and cause. |
ParserException(Throwable cause)
Constructs a new
ParserException with the cause. |
getContextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParserException(String message)
ParserException with the specified detail message.message - Error Messagepublic ParserException(String message, Throwable cause)
ParserException with the specified detail message and cause.message - Error messagecause - Causepublic ParserException(Throwable cause)
ParserException with the cause.cause - CauseCopyright © 2018 WSO2. All rights reserved.