com.fernsroth.easyio.exception
Class SetterNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fernsroth.easyio.exception.EasyIOException
              extended by com.fernsroth.easyio.exception.NestedEasyIOException
                  extended by com.fernsroth.easyio.exception.SetterNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SetterNotFoundException
extends NestedEasyIOException

Author:
Joseph M. Ferner (Near Infinity Corporation)
See Also:
Serialized Form

Constructor Summary
SetterNotFoundException(java.lang.Class<?> clazz, java.lang.String fieldName, java.lang.Throwable cause)
           
 
Method Summary
 
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

SetterNotFoundException

public SetterNotFoundException(java.lang.Class<?> clazz,
                               java.lang.String fieldName,
                               java.lang.Throwable cause)
Parameters:
clazz - the class that the setter was not found in.
fieldName - the field name not found.
cause - the cause.


Copyright © 2006 null. All Rights Reserved.