orc.error
Class OrcError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by orc.error.OrcError
All Implemented Interfaces:
java.io.Serializable

public class OrcError
extends java.lang.Error

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.

Author:
dkitchin
See Also:
Serialized Form

Constructor Summary
OrcError(java.lang.String message)
           
 
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

OrcError

public OrcError(java.lang.String message)