com.fernsroth.easyio.exception
Class GetterNotFoundException

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.GetterNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class GetterNotFoundException
extends EasyIOException

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

Constructor Summary
GetterNotFoundException(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

GetterNotFoundException

public GetterNotFoundException(java.lang.Class<?> clazz,
                               java.lang.String fieldName,
                               java.lang.Throwable cause)
Parameters:
clazz - the class that was searched.
fieldName - the name of the field.
cause - the cause of the exception.


Copyright © 2006 null. All Rights Reserved.