Class RangeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RangeException
    extends java.lang.RuntimeException
    Class for exceptions regarding range incidents (e.g out-of-range)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RangeException()
      Default constructor
      RangeException​(java.lang.String title, java.lang.String message)
      Constructor with passed message
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExceptionTitle()
      Gets the title of the exception
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RangeException

        public RangeException()
        Default constructor
      • RangeException

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

      • getExceptionTitle

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