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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CompilerError
public CompilerError(String msg)
CompilerError
public CompilerError(String msg,
Throwable rootCause)
CompilerError
public CompilerError(FilePosition symbol,
String msg)
CompilerError
public CompilerError(FilePosition symbol,
String msg,
Throwable rootCause)
getSymbol
public FilePosition getSymbol()
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.