org.apache.empire.struts2.exceptions
Class WebException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.empire.exceptions.EmpireException
                  extended by org.apache.empire.struts2.exceptions.WebException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidFormDataException

public abstract class WebException
extends EmpireException

See Also:
Serialized Form

Constructor Summary
protected WebException(ErrorType errType, String[] params)
          Constructor for derived classes
 
Method Summary
 
Methods inherited from class org.apache.empire.exceptions.EmpireException
formatErrorMessage, getErrorParams, getErrorType, log
 
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

WebException

protected WebException(ErrorType errType,
                       String[] params)
Constructor for derived classes

Parameters:
errType -
params -


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.