- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.annot8.api.exceptions.Annot8RuntimeException
-
- io.annot8.api.exceptions.InvalidBoundsException
-
- All Implemented Interfaces:
Serializable
public class InvalidBoundsException extends Annot8RuntimeException
Runtime exception indicating that an attempt to either createContent or use an invalid Bounds object has been performed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidBoundsException(String message)Create an exception with the given message *InvalidBoundsException(String message, Throwable t)Create an exception with the given message and a root cause
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidBoundsException
public InvalidBoundsException(String message)
Create an exception with the given message *- Parameters:
message- the message for information
-
-