org.decisiondeck.jmcda.exc
Class InvalidInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.