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

public class RegisteredClassInstantiationException extends MapContextRuntimeException
Exception thrown when a class instance could not be created.
Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • RegisteredClassInstantiationException

      public RegisteredClassInstantiationException(Class typeToImplement, Class registeredClass, String registeredName, Throwable cause)