Class InvalidBoundsException

  • All Implemented Interfaces:
    Serializable


    public class InvalidBoundsException
    extends Annot8RuntimeException
    Runtime exception indicating that an attempt to either create or use an invalid Bounds object has been performed.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidBoundsException

        public InvalidBoundsException​(String message)
        Create an exception with the given message
      • InvalidBoundsException

        public InvalidBoundsException​(String message,
                                      Throwable t)
        Create an exception with the given message and a root cause