Class InvalidRegisteredClassException

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.InvalidRegisteredClassException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class InvalidRegisteredClassException extends MapContextRuntimeException
Exception thrown when a null class or an implementation class which does not implements the required type, is registered.
Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • InvalidRegisteredClassException

      public InvalidRegisteredClassException(Class typeToImplement, Class registeredClass, String registeredName)