org.jmonks.batch.io
Class FileParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jmonks.batch.io.FileParseException
All Implemented Interfaces:
java.io.Serializable

public class FileParseException
extends java.lang.RuntimeException

FileParseException is a runtime exception thrown when there is a problem reading the records from the file or writing the records into the file.

Since:
1.0
Version:
1.0
Author:
Suresh Pragada
See Also:
Serialized Form

Constructor Summary
FileParseException(java.lang.String message)
          Constructs the FileParseException by accepting the message describes the problem.
 
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

FileParseException

public FileParseException(java.lang.String message)
Constructs the FileParseException by accepting the message describes the problem.

Parameters:
message - Messages describes the problem.