com.samskivert.servlet.util
Class FriendlyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
FriendlyException(String message)
           
 
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

FriendlyException

public FriendlyException(String message)


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.