public class ParseException extends CompilerException
m_originalException, m_sourceLocation
Constructor and Description |
---|
ParseException(java.lang.String message)
Sets the message for the exception.
|
ParseException(java.lang.String message,
SourceLocation sourceLocation) |
ParseException(java.lang.String message,
java.lang.Throwable throwable)
Sets the message for the exception and the original exception being wrapped.
|
ParseException(java.lang.String message,
java.lang.Throwable throwable,
SourceLocation sourceLocation) |
getLocation, printStackTrace, printStackTrace, printStackTrace
public ParseException(java.lang.String message)
message
- the messagepublic ParseException(java.lang.String message, java.lang.Throwable throwable)
message
- the detail of the error messagethrowable
- the original exceptionpublic ParseException(java.lang.String message, java.lang.Throwable throwable, SourceLocation sourceLocation)
message
- throwable
- sourceLocation
- public ParseException(java.lang.String message, SourceLocation sourceLocation)
message
- sourceLocation
-