au.com.whitesquare.waf.exception
Class FieldValidationException

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.FieldValidationException
All Implemented Interfaces:
Serializable

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



Last Modified $Date: 2005/06/26 10:52:34 $

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

Field Summary
 
Fields inherited from class au.com.whitesquare.exception.ValidationException
code, ERROR_UNKNOWN, message
 
Constructor Summary
FieldValidationException(String field, String message)
           
 
Method Summary
 String getField()
           
protected  String getFormattedMessage(String codeToFormat)
           
 boolean isRead()
           
 void setRead(boolean b)
           
 
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

FieldValidationException

public FieldValidationException(String field,
                                String message)
Parameters:
message -
Method Detail

getField

public String getField()

getFormattedMessage

protected String getFormattedMessage(String codeToFormat)
See Also:
ValidationException.getFormattedMessage(java.lang.String)

setRead

public void setRead(boolean b)
Parameters:
b -

isRead

public boolean isRead()


Copyright © 2004 Whitesquare Software. All Rights Reserved.