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:
Serializable
- Enclosing class:
- MultiSplitLayout
public static class MultiSplitLayout.InvalidLayoutException extends 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(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.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
node
private final transient MultiSplitLayout.Node node
-
-
Constructor Detail
-
InvalidLayoutException
public InvalidLayoutException(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.
-
-