- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.annot8.api.exceptions.Annot8Exception
-
- All Implemented Interfaces:
Serializable
public class Annot8Exception extends Exception
Base class for all Annot8 exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Annot8Exception(String message)Create an exception with the given messageAnnot8Exception(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
-
Annot8Exception
public Annot8Exception(String message)
Create an exception with the given message- Parameters:
message- the message for info
-
-