com.arsdigita.domain
Class InstantiatorRegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.arsdigita.domain.InstantiatorRegistryException
- All Implemented Interfaces:
- Serializable
- public class InstantiatorRegistryException
- extends RuntimeException
InstantiatorRegistryException
An unchecked exception thrown when there is an error registering a
DomainObjectInstantiator.
- Author:
- Jon Orris
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InstantiatorRegistryException
public InstantiatorRegistryException(String typeName,
DomainObjectInstantiator instantiator)
- Constructs exception
- Parameters:
typeName
- - Name of the ObjectTypeinstantiator
- - The instantiator that was being registered.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC