com.ancientprogramming.fixedformat4j.format
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ancientprogramming.fixedformat4j.exception.FixedFormatException
                  extended by com.ancientprogramming.fixedformat4j.format.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends FixedFormatException

Used in cases where data couldn't be parse according to the context and instructions.

Since:
1.2.0
Author:
Jacob von Eyben - http://www.ancientprogramming.com
See Also:
Serialized Form

Constructor Summary
ParseException(java.lang.String completeString, java.lang.String data, java.lang.Class clazz, java.lang.reflect.Method method, FormatContext formatContext, FormatInstructions formatInstructions, java.lang.Throwable e)
           
 
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

ParseException

public ParseException(java.lang.String completeString,
                      java.lang.String data,
                      java.lang.Class clazz,
                      java.lang.reflect.Method method,
                      FormatContext formatContext,
                      FormatInstructions formatInstructions,
                      java.lang.Throwable e)


Copyright © 2008 ancientprogramming.com. All Rights Reserved.