Package org.gvsig.fmap.mapcontext.impl
Class RegisteredClassInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.mapcontext.MapContextRuntimeException
org.gvsig.fmap.mapcontext.impl.RegisteredClassInstantiationException
- All Implemented Interfaces:
Serializable,org.gvsig.tools.exception.IBaseException
Exception thrown when a class instance could not be created.
- Author:
- Cèsar Ordiñana
- See Also:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionRegisteredClassInstantiationException(Class typeToImplement, Class registeredClass, String registeredName, Throwable cause) -
Method Summary
Methods inherited from class org.gvsig.tools.exception.BaseRuntimeException
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toString, valuesMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RegisteredClassInstantiationException
-