Class RepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.flexganttfx.model.exception.RepositoryException
All Implemented Interfaces:
Serializable

public class RepositoryException
extends RuntimeException
An exception type used in the context of ActivityRepository whenever something goes wrong inside the repository.
Since:
1.0
See Also:
Serialized Form
  • Constructor Details

    • RepositoryException

      public RepositoryException​(String text)
      Constructs a new exeption.
      Parameters:
      text - the error message
      Since:
      1.0