Klasse RepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.flexganttfx.model.exception.RepositoryException
Alle implementierten Schnittstellen:
Serializable

public class RepositoryException extends RuntimeException
An exception type used in the context of ActivityRepository whenever something goes wrong inside the repository.
Seit:
1.0
Siehe auch:
  • Konstruktordetails

    • RepositoryException

      public RepositoryException(String text)
      Constructs a new exeption.
      Parameter:
      text - the error message
      Seit:
      1.0