org.benow.web
Class TerseWebException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.benow.util.NestableException
              extended by org.benow.web.WebException
                  extended by org.benow.web.TerseWebException
All Implemented Interfaces:
java.io.Serializable

public class TerseWebException
extends WebException

Terse web exceptions do not need to have extended information shown (ie stackdumps, etc). Useful for showing self explanitory (ie not critical) errors.

See Also:
Serialized Form

Constructor Summary
TerseWebException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.benow.web.WebException
getCode, getMessageAsHTML, getStackAsHTML
 
Methods inherited from class org.benow.util.NestableException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TerseWebException

public TerseWebException(java.lang.String message)