com.cyscape.browserhawk
Class BrowserHawkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.cyscape.browserhawk.BrowserHawkException
All Implemented Interfaces:
java.io.Serializable

public class BrowserHawkException
extends java.lang.RuntimeException

Superclass for all BrowserHawk exceptions. This exception extends RuntimeException so it's an unchecked exception and your code will not be forced to catch it. However, note that servers do not all behave well with uncaught exceptions, so a robust program should catch this exception anyway.

See Also:
Serialized Form

Constructor Summary
BrowserHawkException()
           
BrowserHawkException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrowserHawkException

public BrowserHawkException()

BrowserHawkException

public BrowserHawkException(java.lang.String msg)