Extension SDK 10.1.2


oracle.jdeveloper.cmt
Class CmtPropertyChangeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.jdeveloper.cmt.CmtException
                  extended byoracle.jdeveloper.cmt.CmtPropertyChangeException

All Implemented Interfaces:
java.io.Serializable

public class CmtPropertyChangeException
extends CmtException
See Also:
Serialized Form

Constructor Summary
CmtPropertyChangeException()
CmtPropertyChangeException(java.lang.Exception ex)
CmtPropertyChangeException(int msgId)
CmtPropertyChangeException(int msgId, java.lang.Exception ex)
CmtPropertyChangeException(java.lang.String msg)

Method Summary
java.lang.Exception getWrappedException()

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

CmtPropertyChangeException

public CmtPropertyChangeException()

CmtPropertyChangeException

public CmtPropertyChangeException(java.lang.String msg)

CmtPropertyChangeException

public CmtPropertyChangeException(int msgId)

CmtPropertyChangeException

public CmtPropertyChangeException(int msgId,
                                  java.lang.Exception ex)

CmtPropertyChangeException

public CmtPropertyChangeException(java.lang.Exception ex)

Method Detail

getWrappedException

public java.lang.Exception getWrappedException()

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.