Package mops.exception
Class ImpossibleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- mops.exception.MopsException
-
- mops.exception.ImpossibleException
-
- All Implemented Interfaces:
java.io.Serializable
public class ImpossibleException extends MopsException
Impossible error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImpossibleException​(java.lang.String message)
Create a new ImpossibleException.
-