com.caucho.java
Class JavaCompileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.caucho.vfs.IOExceptionWrapper
                  extended by com.caucho.java.JavaCompileException
All Implemented Interfaces:
CompileException, LineCompileException, java.io.Serializable

public class JavaCompileException
extends IOExceptionWrapper
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.vfs.IOExceptionWrapper
create, getCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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)