classUtils.javassist.compiler
Class SyntaxError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by classUtils.javassist.compiler.CompileError
              extended by classUtils.javassist.compiler.SyntaxError
All Implemented Interfaces:
java.io.Serializable

public class SyntaxError
extends CompileError

See Also:
Serialized Form

Constructor Summary
SyntaxError(Lex l)
           
 
Method Summary
 
Methods inherited from class classUtils.javassist.compiler.CompileError
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxError

public SyntaxError(Lex l)