satin.uishell
Class PaneException

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

public class PaneException
extends java.lang.Exception

This exception is thrown when an operation on an existing APane fails.

See Also:
Serialized Form

Field Summary
final java.lang.String error
          Description of what went wrong.
final APane pane
          The pane in question.
 
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

pane

public final APane pane
The pane in question.

error

public final java.lang.String error
Description of what went wrong.
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 PaneException.java (PRIVATE SOURCES)