Uses of Class
org.omg.CosPropertyService.PropertyException

Packages that use PropertyException
org.omg.CosPropertyService   
 

Uses of PropertyException in org.omg.CosPropertyService
 

Fields in org.omg.CosPropertyService declared as PropertyException
 PropertyException[] MultipleExceptions.exceptions
           
 PropertyException[] PropertyExceptionsHolder.value
           
 PropertyException PropertyExceptionHolder.value
           
 

Methods in org.omg.CosPropertyService that return PropertyException
static PropertyException PropertyExceptionHelper.extract(Any any)
           
static PropertyException[] PropertyExceptionsHelper.extract(Any any)
           
static PropertyException PropertyExceptionHelper.read(InputStream in)
           
static PropertyException[] PropertyExceptionsHelper.read(InputStream _in)
           
 

Methods in org.omg.CosPropertyService with parameters of type PropertyException
static void PropertyExceptionHelper.insert(Any any, PropertyException s)
           
static void PropertyExceptionsHelper.insert(Any any, PropertyException[] s)
           
static void PropertyExceptionHelper.write(OutputStream out, PropertyException s)
           
static void PropertyExceptionsHelper.write(OutputStream _out, PropertyException[] _s)
           
 

Constructors in org.omg.CosPropertyService with parameters of type PropertyException
MultipleExceptions(PropertyException[] exceptions)
           
MultipleExceptions(java.lang.String _reason, PropertyException[] exceptions)
           
PropertyExceptionHolder(PropertyException initial)
           
PropertyExceptionsHolder(PropertyException[] initial)