upidiff.input
Class InputException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--upidiff.input.InputException
All Implemented Interfaces:
Serializable

public class InputException
extends Exception

This exception is thrown whenever an error occurs in an input source.

Author:
Kasbar Sulieman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) InputException(String message)
          Default constructor.
 
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

InputException

InputException(String message)
Default constructor.

Parameters:
message - Error message.