Class 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 Detail

      • CompilerError

        public CompilerError​(String msg)
      • CompilerError

        public CompilerError​(String msg,
                             Throwable rootCause)
      • CompilerError

        public CompilerError​(net.jangaroo.jooc.api.FilePosition symbol,
                             String msg)
      • CompilerError

        public CompilerError​(net.jangaroo.jooc.api.FilePosition symbol,
                             String msg,
                             Throwable rootCause)
    • Method Detail

      • getSymbol

        public net.jangaroo.jooc.api.FilePosition getSymbol()