public class JIDLException extends java.lang.Error implements java.io.Serializable
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--com.idl.javaidl.JIDLException
java.io.Serializable
JIDLAbortedException, JIDLBusyException
An unchecked exception thrown when a call to IDL encounters an error.
| Member Summary | |
| Methods | |
| long | 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[]) | 
public long getErrorCode()
Get the IDL error code associated with the IDL error.
public java.lang.String toString()
toString in class Throwable