org.jmonks.batch.io
Class FileSpecException

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

public class FileSpecException
extends java.lang.RuntimeException

FileSpecException is a runtime exception thrown when there is a problem creating the FileSpec object from the given file contains the file specification.

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

Constructor Summary
FileSpecException(java.lang.String message)
          Constructs the FileSpecException 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

FileSpecException

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

Parameters:
message - Message identifies the problem.