java.lang.Object
java.lang.Throwable
java.lang.Exception
simpa.core.api.exceptions.PositionMismatchException
- All Implemented Interfaces:
Serializable
An exception that can be thrown when a point is not at the expected place.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPositionMismatchException
(String message) Can be thrown when a point is not at the expected place. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PositionMismatchException
Can be thrown when a point is not at the expected place.- Parameters:
message
- message to give to the user.
-