com.ice.jni.dde
Class DDEException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ice.jni.dde.DDEException
All Implemented Interfaces:
java.io.Serializable

public class DDEException
extends java.lang.Exception

This exception is used to indicate general problems with executing a native DDE command.

Version:
$Revision: 1.2 $
Author:
Timothy Gerard Endres, time@ice.com.
See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
           
static java.lang.String RCS_NAME
           
static java.lang.String RCS_REV
           
 
Constructor Summary
DDEException()
           
DDEException(java.lang.String msg)
           
 
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
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_REV

public static final java.lang.String RCS_REV
See Also:
Constant Field Values

RCS_NAME

public static final java.lang.String RCS_NAME
See Also:
Constant Field Values
Constructor Detail

DDEException

public DDEException()

DDEException

public DDEException(java.lang.String msg)


Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.