org.aitools.programd.util
Class NotARegisteredObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aitools.programd.util.NotARegisteredObjectException
- All Implemented Interfaces:
- Serializable
public class NotARegisteredObjectException
- extends Exception
This exception is thrown by
ObjectExemplarRegistry.get
when its label does not correspond to a class that is
registered by the
ObjectExemplarRegistry.
- Author:
- Noel Bush
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotARegisteredObjectException
public NotARegisteredObjectException(String classname)
- Creates a new NotARegisteredObjectException.
- Parameters:
classname - the classname for which there is not a registered
exemplar object