public class SplitDropTreeException
extends java.lang.RuntimeException
SplitDockStation
can't combine two
children which must be combined.Constructor and Description |
---|
SplitDropTreeException(SplitDockStation station,
java.lang.String message)
Creates a new exception.
|
Modifier and Type | Method and Description |
---|---|
SplitDockStation |
getStation()
Gets the station which is the source of this exception.
|
public SplitDropTreeException(SplitDockStation station, java.lang.String message)
station
- the source of the exceptionmessage
- the causepublic SplitDockStation getStation()