Class LaterationException

All Implemented Interfaces:
Serializable

public class LaterationException extends NavigationException
Exception raised if lateration fails.
See Also:
  • Constructor Details

    • LaterationException

      public LaterationException()
      Constructor.
    • LaterationException

      public LaterationException(String message)
      Constructor with String containing message.
      Parameters:
      message - message indicating the cause of the exception.
    • LaterationException

      public LaterationException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause of the exception.
    • LaterationException

      public LaterationException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.