Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

alma::JavaContainerError::wrappers::AcsJJavaContainerErrorEx Class Reference

Inheritance diagram for alma::JavaContainerError::wrappers::AcsJJavaContainerErrorEx:

Inheritance graph
[legend]
Collaboration diagram for alma::JavaContainerError::wrappers::AcsJJavaContainerErrorEx:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AcsJJavaContainerErrorEx ()
 AcsJJavaContainerErrorEx (String message)
 AcsJJavaContainerErrorEx (String message, Throwable cause)
 AcsJJavaContainerErrorEx (Throwable cause)
 AcsJJavaContainerErrorEx (ErrorTrace etCause)
 AcsJJavaContainerErrorEx (String message, ErrorTrace etCause)
JavaContainerErrorEx toJavaContainerErrorEx ()

Protected Member Functions

final int getErrorType ()

Detailed Description

Java native style exception class representing the error type alma.ACSErr.ACSErrType.ACSErrTypeTest.

This class is abstract, so that individual classes for each error code within the given error type can be generated as subclasses. They are interoperable with alma.ACSErr.ErrorTrace. The purpose is to bring back to Java a limited hierarchy of exceptions, which can only be mimicked in CORBA by using a twofold number scheme with "type" and "code".

Author:
ACS Error System Code Generator created Sep 25, 2003 4:18:09 PM


Constructor & Destructor Documentation

alma::JavaContainerError::wrappers::AcsJJavaContainerErrorEx::AcsJJavaContainerErrorEx  )  [inline]
 

alma::JavaContainerError::wrappers::AcsJJavaContainerErrorEx::AcsJJavaContainerErrorEx String  message  )  [inline]
 

Deprecated:
The data in message should be given as parameters instead!

alma::JavaContainerError::wrappers::AcsJJavaContainerErrorEx::AcsJJavaContainerErrorEx String  message,
Throwable  cause
[inline]
 

Deprecated:
The data in message should be given as parameters instead!

alma::JavaContainerError::wrappers::AcsJJavaContainerErrorEx::AcsJJavaContainerErrorEx Throwable  cause  )  [inline]
 

alma::JavaContainerError::wrappers::AcsJJavaContainerErrorEx::AcsJJavaContainerErrorEx ErrorTrace  etCause  )  [inline]
 

alma::JavaContainerError::wrappers::AcsJJavaContainerErrorEx::AcsJJavaContainerErrorEx String  message,
ErrorTrace  etCause
[inline]
 

Deprecated:
The data in message should be given as parameters instead!


Member Function Documentation

final int alma::JavaContainerError::wrappers::AcsJJavaContainerErrorEx::getErrorType  )  [inline, protected, virtual]
 

Returns the error type, which is fixed to ACSErrType.ACSErrTypeTest.

See also:
alma.acs.exceptions.AcsJException::getErrorType()

Implements alma::acs::exceptions::AcsJException.

JavaContainerErrorEx alma::JavaContainerError::wrappers::AcsJJavaContainerErrorEx::toJavaContainerErrorEx  )  [inline]
 

Returns the CORBA exception that corresponds to the error type (and not to any particular error code). Note that if CORBA exceptions would support inheritance, the error code-specific CORBA exceptions should inherit from this one, which unfortunately they can't.


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:05:04 2009 for ACS Java API by doxygen 1.3.8