Class RangeException

    • Constructor Detail

      • RangeException

        public RangeException()
        Default constructor
      • RangeException

        public RangeException​(String title,
                              String message)
        Constructor with passed message
        Parameters:
        title - Title of the exception
        message - Message of the exception
    • Method Detail

      • getExceptionTitle

        public String getExceptionTitle()
        Gets the title of the exception
        Returns:
        Title as string