javassist.compiler
Class SyntaxError

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

public class SyntaxError
extends CompileError

See Also:
Serialized Form

Constructor Summary
SyntaxError(Lex lexer)
           
 
Method Summary
 
Methods inherited from class javassist.compiler.CompileError
getLex, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxError

public SyntaxError(Lex lexer)


Copyright © 2011. All Rights Reserved.