com.townleyenterprises.validator
Class FieldSetValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.townleyenterprises.validator.FieldSetValidationException
All Implemented Interfaces:
java.io.Serializable

public class FieldSetValidationException
extends java.lang.Exception

This exception is thrown when a field set validator fails.

Since:
3.0
Version:
$Id: FieldSetValidationException.java,v 1.2 2004/07/29 18:36:38 atownley Exp $
Author:
Andrew S. Townley
See Also:
Serialized Form

Constructor Summary
FieldSetValidationException(java.util.Map fields)
           
FieldSetValidationException(java.util.Map fields, java.lang.String msg)
           
FieldSetValidationException(java.util.Map fields, java.lang.String msg, java.lang.Throwable throwable)
          The constructor initializes the instance with all the relevant failure information.
 
Method Summary
 java.util.Map getFields()
           
 
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

FieldSetValidationException

public FieldSetValidationException(java.util.Map fields,
                                   java.lang.String msg,
                                   java.lang.Throwable throwable)
The constructor initializes the instance with all the relevant failure information.

Parameters:
fields - the map of fields in the field set
msg - the custom message
throwable - the cause of the failure

FieldSetValidationException

public FieldSetValidationException(java.util.Map fields,
                                   java.lang.String msg)

FieldSetValidationException

public FieldSetValidationException(java.util.Map fields)
Method Detail

getFields

public java.util.Map getFields()


Copyright © 2002-2004, Andrew S. Townley and Townley Enterprises. All Rights Reserved.
This project is hosted on http://te-code.sourceforge.net.