edu.sdsc.inca.depot.persistent
Class MalformedInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by edu.sdsc.inca.depot.persistent.MalformedInputException
All Implemented Interfaces:
java.io.Serializable

public class MalformedInputException
extends java.lang.Throwable

Author:
Cathie Olschanowsky Indicates that a name=value pair for an input was malformed.
See Also:
Serialized Form

Constructor Summary
MalformedInputException(java.lang.String s)
          Throw a new exception with this error string.
MalformedInputException(java.lang.String s, java.lang.Throwable throwable)
          Throw a new exception that restulted from a catch of another.
 
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

MalformedInputException

public MalformedInputException(java.lang.String s)
Throw a new exception with this error string.

Parameters:
s - error

MalformedInputException

public MalformedInputException(java.lang.String s,
                               java.lang.Throwable throwable)
Throw a new exception that restulted from a catch of another.

Parameters:
s - message
throwable - cause