Class RangeException

All Implemented Interfaces:
Serializable

public class RangeException extends RuntimeException
Class for exceptions regarding range incidents (e.g out-of-range)
Author:
Raphael Stoeckli
See Also:
  • Constructor Details

    • RangeException

      public RangeException()
      Default constructor
    • RangeException

      public RangeException(String message)
      Constructor with passed message
      Parameters:
      message - Message of the exception