org.hawk.exception
Class HawkInterpretationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.hawk.exception.HawkError
              extended by org.hawk.exception.HawkInterpretationError
All Implemented Interfaces:
java.io.Serializable

public class HawkInterpretationError
extends HawkError

This is used mainly during hawk scripting interpretation.

See Also:
Serialized Form

Constructor Summary
HawkInterpretationError()
           
HawkInterpretationError(java.lang.Object msg)
           
HawkInterpretationError(java.lang.Object msg, java.lang.Throwable t)
           
HawkInterpretationError(java.lang.Throwable t)
           
 
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

HawkInterpretationError

public HawkInterpretationError()

HawkInterpretationError

public HawkInterpretationError(java.lang.Object msg)

HawkInterpretationError

public HawkInterpretationError(java.lang.Throwable t)

HawkInterpretationError

public HawkInterpretationError(java.lang.Object msg,
                               java.lang.Throwable t)