com.tssap.util.ui.pane
Class PaneNotModifiableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.tssap.util.ui.pane.PaneNotModifiableException
All Implemented Interfaces:
java.io.Serializable

public class PaneNotModifiableException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
PaneNotModifiableException()
          Constructor for PaneNotModifiableException.
PaneNotModifiableException(java.lang.String s)
          Constructor for PaneNotModifiableException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaneNotModifiableException

public PaneNotModifiableException()
Constructor for PaneNotModifiableException.

PaneNotModifiableException

public PaneNotModifiableException(java.lang.String s)
Constructor for PaneNotModifiableException.
Parameters:
s -  


Copyright © 2005 SAP AG. All Rights Reserved.