org.decisiondeck.jmcda.exc
Class InvalidInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.decisiondeck.jmcda.exc.InvalidInputException
All Implemented Interfaces:
Serializable

public class InvalidInputException
extends Exception

Indicates an exception related to missing or incorrect information (e.g., a threshold greater than an other one which should be the greatest).

See Also:
Serialized Form

Constructor Summary
InvalidInputException()
           
InvalidInputException(String message)
           
InvalidInputException(String message, Throwable cause)
           
InvalidInputException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidInputException

public InvalidInputException()

InvalidInputException

public InvalidInputException(String message,
                             Throwable cause)

InvalidInputException

public InvalidInputException(String message)

InvalidInputException

public InvalidInputException(Throwable cause)


Copyright © 2011. All Rights Reserved.