Class LeafNodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.UnsupportedOperationException
-
- de.unistuttgart.informatik.fius.icge.ui.exception.LeafNodeException
-
- All Implemented Interfaces:
Serializable
public class LeafNodeException extends UnsupportedOperationException
The LeafNodeException is thrown when someone tries to add a child node to a leaf node or interact with the child nodes of a leaf node.- Version:
- 1.0
- Author:
- Tobias Wältken
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LeafNodeException()
Default constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-