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. |
getContext
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.