Klasse RepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.flexganttfx.model.exception.RepositoryException
- Alle implementierten Schnittstellen:
Serializable
An exception type used in the context of
ActivityRepository
whenever something goes wrong inside the repository.- Seit:
- 1.0
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
RepositoryException
Constructs a new exeption.- Parameter:
text- the error message- Seit:
- 1.0
-