Class IdlException
- java.lang.Object
-
- org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlStructBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlException
-
public final class IdlException extends IdlStructBase
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IdlExceptioncreate(IdlScopeBase parent, String name)-
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlStructBase
getCircularScope, isEmptyDef, write, writeFwd
-
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
addToScope, definitions, flush, holdForScope, lookup, lookup, lookup, lookup, lookup, lookup, parkHeld, promoteHeldToScope
-
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, fullName, fullName, isCircular, localName, name, scopeName, write
-
-
-
-
Method Detail
-
create
public static IdlException create(IdlScopeBase parent, String name)
-
-