satin.uishell
Class PaneIDnotFound

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--satin.uishell.PaneIDnotFound
All Implemented Interfaces:
java.io.Serializable

public class PaneIDnotFound
extends java.lang.Exception

This exception is thrown when a pane ID cannot be found.

See Also:
Serialized Form

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

paneID

public final java.lang.String paneID
The pane ID that could not be found.

window

public final AWindow window
The window in which the pane ID could not be found.
Method Detail

getMessage

public java.lang.String getMessage()
Returns a description of the exception. This description includes the pane ID and the window class and title.

Overrides:
getMessage in class java.lang.Throwable
Revision History



Generated on 5/9/2001 19:37 from PaneIDnotFound.java (PRIVATE SOURCES)