Apache CXF API

org.apache.cxf.tools.corba.common.idltypes
Class IdlException

java.lang.Object
  extended by org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
      extended by org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
          extended by org.apache.cxf.tools.corba.common.idltypes.IdlStructBase
              extended by org.apache.cxf.tools.corba.common.idltypes.IdlException
All Implemented Interfaces:
IdlDefn, IdlType

public final class IdlException
extends IdlStructBase


Method Summary
static IdlException create(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.tools.corba.common.idltypes.IdlDefn
definedIn, flush, fullName, fullName, isCircular, localName, name, scopeName, write
 

Method Detail

create

public static IdlException create(IdlScopeBase parent,
                                  String name)

Apache CXF API

Apache CXF