org.jdesktop.swingx
Class MultiSplitLayout.InvalidLayoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
MultiSplitLayout.InvalidLayoutException(java.lang.String msg, MultiSplitLayout.Node node)
           
 
Method Summary
 MultiSplitLayout.Node getNode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiSplitLayout.InvalidLayoutException

public MultiSplitLayout.InvalidLayoutException(java.lang.String msg,
                                               MultiSplitLayout.Node node)
Method Detail

getNode

public MultiSplitLayout.Node getNode()
Returns:
the invalid Node.


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.