com.caucho.java
Class JavaCompileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.caucho.config.ConfigRuntimeException
                  extended by com.caucho.config.ConfigException
                      extended by com.caucho.java.JavaCompileException
All Implemented Interfaces:
CompileException, DisplayableException, LineCompileException, java.io.Serializable

public class JavaCompileException
extends ConfigException
implements LineCompileException

See Also:
Serialized Form

Constructor Summary
JavaCompileException(java.lang.String message)
           
JavaCompileException(java.lang.String message, java.lang.Throwable e)
           
JavaCompileException(java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class com.caucho.config.ConfigException
create, create, create, create, create, create, createConfig, createLine, getMessage, loc, loc, print
 
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

JavaCompileException

public JavaCompileException(java.lang.String message)

JavaCompileException

public JavaCompileException(java.lang.String message,
                            java.lang.Throwable e)

JavaCompileException

public JavaCompileException(java.lang.Throwable e)