Module simpa.core

Class PositionMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
simpa.core.api.exceptions.PositionMismatchException
All Implemented Interfaces:
Serializable

public class PositionMismatchException extends Exception
An exception that can be thrown when a point is not at the expected place.
See Also:
  • Constructor Details

    • PositionMismatchException

      public PositionMismatchException(String message)
      Can be thrown when a point is not at the expected place.
      Parameters:
      message - message to give to the user.