jdsl.core.api
Class InvalidContainerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--jdsl.core.api.CoreException
|
+--jdsl.core.api.InvalidContainerException
- public class InvalidContainerException
- extends CoreException
An InvalidContainerException is thrown by a Container object when it has
ceased to be a valid container -- that is, when it has been spliced or
into another container. The wrapper remains after the replacement, so
someone could call a method on it, but it has no nodes, so no methods
make sense.
- Author:
- Ryan Baker (rsb)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
InvalidContainerException
public InvalidContainerException(java.lang.String message)