- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.annot8.core.exceptions.Annot8Exception
-
- io.annot8.core.exceptions.MissingResourceException
-
- All Implemented Interfaces:
Serializable
public class MissingResourceException extends Annot8Exception
Exception indicating a required resource has not been provided to a component- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingResourceException(String message)
Create an exception with the given messageMissingResourceException(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
-
-