Class ScanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.protasm.jvmud.compiler.scanner.ScanException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScanException(String message, int line) ScanException(String message, int line, Throwable cause) ScanException(String message, SourceSpan span) ScanException(String message, SourceSpan span, Throwable cause) ScanException(String message, Token<?> token) ScanException(String message, Token<?> token, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ScanException
-
ScanException
-
ScanException
-
ScanException
-
ScanException
-
ScanException
-
-
Method Details
-
line
public int line() -
span
-
toString
-