net.jangaroo.jooc
Class CompilerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
CompilerError(FilePosition symbol, String msg)
           
CompilerError(FilePosition symbol, String msg, Throwable rootCause)
           
CompilerError(String msg)
           
CompilerError(String msg, Throwable rootCause)
           
 
Method Summary
 FilePosition getSymbol()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getSymbol

public FilePosition getSymbol()


Copyright © 2002–2014 CoreMedia AG. All rights reserved.