com.cyscape.browserhawk
Class BrowserHawkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| 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 |
BrowserHawkException
public BrowserHawkException()
BrowserHawkException
public BrowserHawkException(java.lang.String msg)