com.townleyenterprises.validator
Class FieldSetValidationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.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
 
 
 
| 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 | 
 
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 setmsg - the custom messagethrowable - the cause of the failure
FieldSetValidationException
public FieldSetValidationException(java.util.Map fields,
                                   java.lang.String msg)
FieldSetValidationException
public FieldSetValidationException(java.util.Map fields)
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.