Uses of Class
com.fernsroth.easyio.exception.EasyIOException

Packages that use EasyIOException
com.fernsroth.easyio   
com.fernsroth.easyio.exception   
com.fernsroth.easyio.field.handler   
com.fernsroth.easyio.util   
 

Uses of EasyIOException in com.fernsroth.easyio
 

Methods in com.fernsroth.easyio that throw EasyIOException
 void FieldHandler.read(EasyIOInputStream in, java.lang.Object obj, java.util.Queue<java.lang.reflect.Field> fieldsQueue)
          reads a field into an object.
<T> T
EasyIOInputStream.read(T obj)
          reads in a object.
 void FieldHandler.write(EasyIOOutputStream out, java.lang.Object obj, java.util.Queue<java.lang.reflect.Field> fieldsQueue)
          writes a field into an output stream.
 void EasyIOOutputStream.write(java.lang.Object obj)
          writes an object to the stream.
 

Uses of EasyIOException in com.fernsroth.easyio.exception
 

Subclasses of EasyIOException in com.fernsroth.easyio.exception
 class GetterNotFoundException
           
 class InvalidEasyIOTypeException
           
 class NestedEasyIOException
           
 class SetterNotFoundException
           
 

Uses of EasyIOException in com.fernsroth.easyio.field.handler
 

Methods in com.fernsroth.easyio.field.handler that throw EasyIOException
 void FieldNumberHandlerBase.read(EasyIOInputStream in, java.lang.Object obj, java.util.Queue<java.lang.reflect.Field> fieldsQueue)
          reads a field into an object.
 void FieldNumberHandlerBase.write(EasyIOOutputStream out, java.lang.Object obj, java.util.Queue<java.lang.reflect.Field> fieldsQueue)
          writes a field into an output stream.
 

Uses of EasyIOException in com.fernsroth.easyio.util
 

Methods in com.fernsroth.easyio.util that throw EasyIOException
static int EasyIOUtils.getClassSize(java.lang.Class<?> clazz)
          gets the number of bytes the class will take up.
 



Copyright © 2006 null. All Rights Reserved.