org.hawk.exception
Class HawkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hawk.exception.HawkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HawkCompilationException

public class HawkException
extends java.lang.Exception

Hawk Exception.

See Also:
Serialized Form

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

HawkException

public HawkException()

HawkException

public HawkException(java.lang.Object msg)

HawkException

public HawkException(java.lang.Throwable t)

HawkException

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