- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.annot8.core.exceptions.Annot8Exception
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadConfigurationException
,MissingResourceException
,ProcessingException
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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-