vc.corba.common.data
Class VCException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.omg.CORBA.UserException
|
+--vc.corba.common.data.VCException
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class VCException
- extends org.omg.CORBA.UserException
- implements org.omg.CORBA.portable.IDLEntity
vc/corba/common/data/VCException.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from idl/ProjectStructure.idl
Saturday, November 3, 2001 12:00:07 PM PST
- See Also:
- Serialized Form
Field Summary |
int |
code
|
java.lang.String |
desc
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
code
public int code
desc
public java.lang.String desc
VCException
public VCException()
VCException
public VCException(int _code,
java.lang.String _desc)