Package hec.data

Class RatingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotMonotonicRatingException, RatingObjectDoesNotExistException, RatingOutOfRangeException

public class RatingException extends Exception
Class to encapsulate rating errors
See Also:
  • Constructor Details

    • RatingException

      public RatingException(String message)
      Constructor from message
      Parameters:
      message -
    • RatingException

      public RatingException(Throwable cause)
      Constructor from cause
      Parameters:
      cause - the cause
    • RatingException

      public RatingException(String message, Throwable cause)
      Constructor from message and cause
      Parameters:
      message -
      cause -