|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SCSException | |
---|---|
scs.core | |
scs.core.builder | |
scs.core.builder.exception | |
scs.core.exception |
Uses of SCSException in scs.core |
---|
Methods in scs.core that throw SCSException | |
---|---|
void |
ComponentContext.addFacet(String name,
String interfaceName,
Servant servant)
Adds a new facet to the component instance. |
void |
ComponentContext.removeFacet(String name)
Removes a facet from the component. |
void |
ComponentContext.updateFacet(String name,
Servant servant)
Changes the servant of a facet. |
Constructors in scs.core that throw SCSException | |
---|---|
ComponentContext(ORB orb,
POA poa,
ComponentId id)
Primary constructor. |
Uses of SCSException in scs.core.builder |
---|
Methods in scs.core.builder that throw SCSException | |
---|---|
ComponentContext |
XMLComponentBuilder.build(File file)
Builds a component, based on an XML file. |
ComponentContext |
XMLComponentBuilder.build(InputStream input)
Builds a component, based on an XML file. |
Uses of SCSException in scs.core.builder.exception |
---|
Subclasses of SCSException in scs.core.builder.exception | |
---|---|
class |
InvalidSchemaException
|
class |
InvalidXMLException
|
class |
NoComponentIdException
This exception signalizes that a component cannot be assembled because its ComponentId is missing and must be provided. |
class |
SchemaNotFoundException
|
Uses of SCSException in scs.core.exception |
---|
Subclasses of SCSException in scs.core.exception | |
---|---|
class |
FacetAlreadyExists
|
class |
FacetDoesNotExist
|
class |
InvalidComponentContextException
|
class |
InvalidServantException
This exception signalizes that an invalid servant has been received as a parameter. |
class |
ReceptacleAlreadyExistsException
|
class |
ReceptacleDoesNotExistException
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |