Previous IDL Connectivity Bridges: IDL Java Object API Next

JIDLException

Declaration

public class JIDLException extends java.lang.Error implements 
java.io.Serializable  
   
java.lang.Object  
  |  
  +--java.lang.Throwable  
        |  
        +--java.lang.Error  
              |  
              +--com.idl.javaidl.JIDLException  

All Implemented Interfaces:

java.io.Serializable  

Direct Known Subclasses:

JIDLAbortedException, JIDLBusyException

Description

An unchecked exception thrown when a call to IDL encounters an error.

Member Summary
Methods
 long  
getErrorCode()  
Get the IDL error code associated with the IDL error.
 java.lang.String  

Inherited Member Summary
Methods inherited from class Object
equals(Object), getClass(), hashCode(), notify(), 
notifyAll(), wait(long, int), wait(long, int), wait(long, 
int)  
Methods inherited from class Throwable
fillInStackTrace(), getCause(), getLocalizedMessage(), 
getMessage(), getStackTrace(), initCause(Throwable), 
printStackTrace(PrintWriter), 
printStackTrace(PrintWriter), 
printStackTrace(PrintWriter), 
setStackTrace(StackTraceElement[])  

Methods

getErrorCode()

public long getErrorCode()  

Get the IDL error code associated with the IDL error.

toString()

public java.lang.String toString()  
Overrides:

toString in class Throwable

  IDL Online Help (March 06, 2007)