au.com.whitesquare.waf.exception
Class ActionPerformException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byau.com.whitesquare.exception.WhiteSquareException
              extended byau.com.whitesquare.exception.ValidationException
                  extended byau.com.whitesquare.waf.exception.ActionPerformException
All Implemented Interfaces:
Serializable

public class ActionPerformException
extends au.com.whitesquare.exception.ValidationException


Last Modified $Date: 2004/11/17 12:14:09 $

Version:
$Revision: 1.3 $
Author:
Steve Mactaggart
See Also:
Serialized Form

Field Summary
 
Fields inherited from class au.com.whitesquare.exception.ValidationException
code, ERROR_UNKNOWN, message
 
Constructor Summary
ActionPerformException(String message)
           
ActionPerformException(String message, String errorCode)
           
 
Method Summary
protected  String getFormattedMessage(String theCode)
          Gets the formattedMessage attribute of the ActionPerformException object
 
Methods inherited from class au.com.whitesquare.exception.ValidationException
getErrorCode, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionPerformException

public ActionPerformException(String message)
Parameters:
message -

ActionPerformException

public ActionPerformException(String message,
                              String errorCode)
Parameters:
message -
errorCode -
Method Detail

getFormattedMessage

protected String getFormattedMessage(String theCode)
Gets the formattedMessage attribute of the ActionPerformException object

Returns:
The formattedMessage value


Copyright © 2004 Whitesquare Software. All Rights Reserved.