orc.error
Class OrcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
orc.error.OrcException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CompilationException, EnvException, ExecutionException, LoadingException
public class OrcException
- extends java.lang.Exception
Any exception generated by Orc, during compilation, loading, or execution.
Though sites written in Java will sometimes produce java-level exceptions,
those exceptions are wrapped in a subclass of OrcException to localize and
isolate failures (see LocalException, JavaException).
- Author:
- dkitchin
- See Also:
- Serialized Form
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 |
OrcException
public OrcException(java.lang.String message)
OrcException
public OrcException(java.lang.String message,
java.lang.Throwable cause)
OrcException
public OrcException(java.lang.Throwable cause)