codesimian
Class JavaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by codesimian.JavaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JavaClassLoadException, JavaCodeWritingException, JavaCompileException, JavaReflectException

public class JavaException
extends java.lang.RuntimeException

Thrown when an error occurs that is more related to Java than CodeSimian. For example, text of java code, java compiling, or class loading.

See Also:
Serialized Form

Constructor Summary
JavaException()
           
JavaException(java.lang.String message)
           
JavaException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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

JavaException

public JavaException()

JavaException

public JavaException(java.lang.String message)

JavaException

public JavaException(java.lang.String message,
                     java.lang.Throwable cause)