Package hec.data

Class RatingObjectDoesNotExistException

All Implemented Interfaces:
Serializable

public class RatingObjectDoesNotExistException extends RatingException
Class to encapsulate rating errors arising from missing objects
See Also:
  • Constructor Details

    • RatingObjectDoesNotExistException

      public RatingObjectDoesNotExistException(String text)
      Constructor from text
      Parameters:
      text - The error message
    • RatingObjectDoesNotExistException

      public RatingObjectDoesNotExistException(Throwable t)
      Constructor from nested error
      Parameters:
      t - The nested error