com.samskivert.servlet.util
Class FriendlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.samskivert.servlet.util.FriendlyException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataValidationException
public class FriendlyException
- extends Exception
The friendly exception provides a mechanism by which a servlet or
underlying code can abort its processing and report a human readable
error to the servlet framework.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FriendlyException
public FriendlyException(String message)
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.