Class IdentifiedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FailedObjectException, NoSuchObjectException, ObjectAlreadyExistsException

public class IdentifiedException extends RiskscapeException

Thrown by an IdentifiedCollection when there was some issue with adding or getting an object from the collection.

See Also:
  • Constructor Details

    • IdentifiedException

      public IdentifiedException(Class<?> collectionClass, Problem problem)
  • Method Details

    • getCollectionClass

      public Class<?> getCollectionClass()

      The type of thing in the collection XXX maybe just make this the collection itself?