| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException winstone.WinstoneException
WinstoneException | public class WinstoneException extends RuntimeException (Code) | | Master exception within the servlet container. This is thrown whenever a
non-recoverable error occurs that we want to throw to the top of the
application.
author: Rick Knowles version: $Id: WinstoneException.java,v 1.1 2004/03/08 15:27:21 rickknowles version: Exp $ |
Constructor Summary | |
public | WinstoneException(String pMsg) Create an exception with a useful message for the system administrator. | public | WinstoneException(String pMsg, Throwable pError) Create an exception with a useful message for the system administrator
and a nested throwable object. |
WinstoneException | public WinstoneException(String pMsg)(Code) | | Create an exception with a useful message for the system administrator.
Parameters: pMsg - Error message for to be used for administrativetroubleshooting |
WinstoneException | public WinstoneException(String pMsg, Throwable pError)(Code) | | Create an exception with a useful message for the system administrator
and a nested throwable object.
Parameters: pMsg - Error message for administrative troubleshooting Parameters: pError - The actual exception that occurred |
getNestedError | public Throwable getNestedError()(Code) | | Get the nested error or exception
The nested error or exception |
printStackTrace | public void printStackTrace()(Code) | | |
|
|
|