com.iver.cit.gvsig.fmap.layers
Class ChildrenNotAllowedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.iver.cit.gvsig.fmap.layers.ChildrenNotAllowedException
All Implemented Interfaces:
java.io.Serializable

public class ChildrenNotAllowedException
extends java.lang.RuntimeException

Excepción lanzada cuando se intenta insertar una instancia de FLayer dentro de una instancia de una capa que no es instancia de FLayers.

See Also:
Serialized Form

Constructor Summary
ChildrenNotAllowedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChildrenNotAllowedException

public ChildrenNotAllowedException()