org.aitools.programd.util
Class NotARegisteredClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aitools.programd.util.NotARegisteredClassException
- All Implemented Interfaces:
- Serializable
public class NotARegisteredClassException
- extends Exception
This exception is thrown by
ClassRegistry.get when
its label does not correspond to a class that is registered by
the ClassRegistry.
- 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 |
NotARegisteredClassException
public NotARegisteredClassException(String classname)
- Creates a new NotARegisteredClassException.
- Parameters:
classname - the classname that is not registered.