Class OutOfBoundsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.kit.mcda.core.functions.OutOfBoundsException
All Implemented Interfaces:
Serializable

public class OutOfBoundsException extends Exception
Author:
tim
See Also:
  • Constructor Details

    • OutOfBoundsException

      public OutOfBoundsException()
    • OutOfBoundsException

      public OutOfBoundsException(String _message)
    • OutOfBoundsException

      public OutOfBoundsException(Throwable _cause)
    • OutOfBoundsException

      public OutOfBoundsException(String _message, Throwable _cause)