|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
bibliothek.gui.dock.station.split.SplitDropTreeException
public class SplitDropTreeException
An exception thrown if a SplitDockStation can't combine two
children which must be combined.
| Constructor Summary | |
|---|---|
SplitDropTreeException(SplitDockStation station,
java.lang.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 |
|---|
public SplitDropTreeException(SplitDockStation station,
java.lang.String message)
station - the source of the exceptionmessage - the cause| Method Detail |
|---|
public SplitDockStation getStation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||