bibliothek.gui.dock.station.split
Class SplitDropTreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by bibliothek.gui.dock.station.split.SplitDropTreeException
All Implemented Interfaces:
Serializable

public class SplitDropTreeException
extends RuntimeException

An exception thrown if a SplitDockStation can't combine two children which must be combined.

Author:
Benjamin Sigg
See Also:
Serialized Form

Constructor Summary
SplitDropTreeException(SplitDockStation station, String message)
          Creates a new exception.
 
Method Summary
 SplitDockStation getStation()
          Gets the station which is the source of this exception.
 
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

SplitDropTreeException

public SplitDropTreeException(SplitDockStation station,
                              String message)
Creates a new exception.

Parameters:
station - the source of the exception
message - the cause
Method Detail

getStation

public SplitDockStation getStation()
Gets the station which is the source of this exception.

Returns:
the source