Package net.jangaroo.jooc
Class CompilerError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.jangaroo.jooc.CompilerError
-
- All Implemented Interfaces:
Serializable
public class CompilerError extends RuntimeException
An error that occurred during the compilation of Jangaroo sources. If appropriate, a parser symbol is provided to indicate where the error was detected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompilerError(String msg)CompilerError(String msg, Throwable rootCause)CompilerError(net.jangaroo.jooc.api.FilePosition symbol, String msg)CompilerError(net.jangaroo.jooc.api.FilePosition symbol, String msg, Throwable rootCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.jangaroo.jooc.api.FilePositiongetSymbol()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-