Package org.jdesktop.swingx
Class MultiSplitLayout.InvalidLayoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jdesktop.swingx.MultiSplitLayout.InvalidLayoutException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MultiSplitLayout
public static class MultiSplitLayout.InvalidLayoutException extends java.lang.RuntimeException
The specified Node is either the wrong type or was configured incorrectly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidLayoutException(java.lang.String msg, MultiSplitLayout.Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiSplitLayout.Node
getNode()
-
-
-
Constructor Detail
-
InvalidLayoutException
public InvalidLayoutException(java.lang.String msg, MultiSplitLayout.Node node)
-
-
Method Detail
-
getNode
public MultiSplitLayout.Node getNode()
- Returns:
- the invalid Node.
-
-