Package edu.wisc.game.util
Class IllegalInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.wisc.game.util.IllegalInputException
-
- All Implemented Interfaces:
Serializable
public class IllegalInputException extends Exception
An exception of this type is thrown when we want to report to the user that the data he's entered are invalid- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalInputException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalInputException
public IllegalInputException(String msg)
-
-