heasarc.w3browse.plot
Class InputException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--heasarc.w3browse.plot.InputException
All Implemented Interfaces:
java.io.Serializable

public class InputException
extends java.lang.Exception

InputException for Plotting package

See Also:
Serialized Form

Constructor Summary
InputException()
          constructor for InputException
InputException(java.lang.String message)
          constructor for InputException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputException

public InputException(java.lang.String message)
constructor for InputException

InputException

public InputException()
constructor for InputException