Uses of Class
com.ancientprogramming.fixedformat4j.exception.FixedFormatException

Packages that use FixedFormatException
com.ancientprogramming.fixedformat4j.format   
com.ancientprogramming.fixedformat4j.format.impl   
 

Uses of FixedFormatException in com.ancientprogramming.fixedformat4j.format
 

Subclasses of FixedFormatException in com.ancientprogramming.fixedformat4j.format
 class ParseException
          Used in cases where data couldn't be parse according to the context and instructions.
 

Methods in com.ancientprogramming.fixedformat4j.format that throw FixedFormatException
<T> java.lang.String
FixedFormatManager.export(java.lang.String data, T instance)
           
<T> java.lang.String
FixedFormatManager.export(T instance)
           
 java.lang.String FixedFormatter.format(T value, FormatInstructions instructions)
           
<T> T
FixedFormatManager.load(java.lang.Class<T> clazz, java.lang.String data)
          Create an instance of the fixedFormatClass and load the data string into the object according to the annotations.
 T FixedFormatter.parse(java.lang.String value, FormatInstructions instructions)
           
 

Uses of FixedFormatException in com.ancientprogramming.fixedformat4j.format.impl
 

Methods in com.ancientprogramming.fixedformat4j.format.impl that throw FixedFormatException
 java.util.Date DateFormatter.asObject(java.lang.String string, FormatInstructions instructions)
           
 java.lang.Boolean BooleanFormatter.asObject(java.lang.String string, FormatInstructions instructions)
           
 



Copyright © 2008 ancientprogramming.com. All Rights Reserved.