uk.ac.soton.ecs.grimoires.server.impl
Class RegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.soton.ecs.grimoires.server.impl.RegistryException
- All Implemented Interfaces:
- Serializable
- public class RegistryException
- extends Exception
Reports an exception or set of exceptions from the server-side to the user.
The cause will be the first error encountered, but the total set can be retrieved
using getErrors ().
- Author:
- sm
- See Also:
- Serialized Form
|
Constructor Summary |
RegistryException(Collection allProblems)
Creates a new instance of RegistryException with the set of Throwable
causes of this exception. |
RegistryException
public RegistryException(Collection allProblems)
- Creates a new instance of RegistryException with the set of Throwable
causes of this exception.
getErrors
public Collection getErrors()
- Returns the set of Throwable causes of this exception
toString
public String toString()