javassist.compiler
Class CompileError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javassist.compiler.CompileError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoFieldException, SyntaxError

public class CompileError
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CompileError(CannotCompileException e)
           
CompileError(NotFoundException e)
           
CompileError(java.lang.String s)
           
CompileError(java.lang.String s, Lex l)
           
 
Method Summary
 Lex getLex()
           
 java.lang.String getMessage()
           
 java.lang.String 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

CompileError

public CompileError(java.lang.String s,
                    Lex l)

CompileError

public CompileError(java.lang.String s)

CompileError

public CompileError(CannotCompileException e)

CompileError

public CompileError(NotFoundException e)
Method Detail

getLex

public Lex getLex()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2011. All Rights Reserved.