|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
orc.error.OrcError
public class OrcError
Error conditions that should never occur. The occurrence of such an error at runtime indicates the violation of some language invariant. In general this can substitute for AssertionError.
Constructor Summary | |
---|---|
OrcError(java.lang.String message)
|
|
OrcError(java.lang.String arg0,
java.lang.Throwable arg1)
|
|
OrcError(java.lang.Throwable arg0)
|
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 |
---|
public OrcError(java.lang.String message)
public OrcError(java.lang.String arg0, java.lang.Throwable arg1)
public OrcError(java.lang.Throwable arg0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |