- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.annot8.core.exceptions.Annot8RuntimeException
-
- io.annot8.core.exceptions.IncompleteException
-
- All Implemented Interfaces:
Serializable
public class IncompleteException extends Annot8RuntimeException
Exception indicating that a builder has been asked to create a new object without having been given all the required information- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompleteException(String message)
Create an exception with the given messageIncompleteException(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
-
-