Package com.oracle.truffle.sl.parser
Class SLParseError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.api.exception.AbstractTruffleException
com.oracle.truffle.sl.parser.SLParseError
- All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject,Serializable
public class SLParseError
extends com.oracle.truffle.api.exception.AbstractTruffleException
- See Also:
-
Field Summary
FieldsFields inherited from class com.oracle.truffle.api.exception.AbstractTruffleException
UNLIMITED_STACK_TRACE -
Constructor Summary
ConstructorsConstructorDescriptionSLParseError(com.oracle.truffle.api.source.Source source, int line, int column, int length, String message) -
Method Summary
Methods inherited from class com.oracle.truffle.api.exception.AbstractTruffleException
fillInStackTrace, getCause, getEncapsulatingSourceSection, getLocation, getStackTraceElementLimitMethods inherited from class java.lang.Throwable
addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SLParseError
public SLParseError(com.oracle.truffle.api.source.Source source, int line, int column, int length, String message)
-