Class IllegalRangeException

  • All Implemented Interfaces:
    Serializable

    public class IllegalRangeException
    extends Exception
    Exception thrown when trying to create an Illegal range
    Since:
    08/02/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalRangeException

        public IllegalRangeException()

        Constructor for IllegalRangeException.

      • IllegalRangeException

        public IllegalRangeException​(String s)

        Constructor for IllegalRangeException.

        Parameters:
        s - a String object.
      • IllegalRangeException

        public IllegalRangeException​(String s,
                                     Throwable throwable)

        Constructor for IllegalRangeException.

        Parameters:
        s - a String object.
        throwable - a Throwable object.
      • IllegalRangeException

        public IllegalRangeException​(Throwable throwable)

        Constructor for IllegalRangeException.

        Parameters:
        throwable - a Throwable object.