|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--satin.uishell.PaneIDnotFound
public class PaneIDnotFound
extends java.lang.ExceptionThis exception is thrown when a pane ID cannot be found.
| Field Summary | |
final java.lang.String |
paneID
The pane ID that could not be found. |
final AWindow |
window
The window in which the pane ID could not be found. |
| Method Summary | |
java.lang.String |
getMessage()
Returns a description of the exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public final java.lang.String paneID
public final AWindow window
| Method Detail |
public java.lang.String getMessage()
getMessage in class java.lang.Throwable| Revision History |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
PaneIDnotFound.java (PRIVATE SOURCES)