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