- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.annot8.api.exceptions.Annot8RuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlreadyExistsException,BadConfigurationException,IncompleteException,InvalidBoundsException,ProcessingException,UnsupportedContentException
public class Annot8RuntimeException extends RuntimeException
Base class for all Annot8 runtime exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Annot8RuntimeException(String message)Create an exception with the given messageAnnot8RuntimeException(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
-
Annot8RuntimeException
public Annot8RuntimeException(String message)
Create an exception with the given message- Parameters:
message- the message for info
-
-