Class MultiSplitLayout.InvalidLayoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openstreetmap.josm.gui.widgets.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
-
-
Field Summary
Fields Modifier and Type Field Description private MultiSplitLayout.Node
node
-
Constructor Summary
Constructors Constructor Description InvalidLayoutException(java.lang.String msg, MultiSplitLayout.Node node)
Constructs a newInvalidLayoutException
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiSplitLayout.Node
getNode()
Returns the invalid Node.
-
-
-
Field Detail
-
node
private final transient MultiSplitLayout.Node node
-
-
Constructor Detail
-
InvalidLayoutException
public InvalidLayoutException(java.lang.String msg, MultiSplitLayout.Node node)
Constructs a newInvalidLayoutException
.- Parameters:
msg
- the detail message. The detail message is saved for later retrieval by theThrowable.getMessage()
method.node
- node
-
-
Method Detail
-
getNode
public MultiSplitLayout.Node getNode()
Returns the invalid Node.- Returns:
- the invalid Node.
-
-