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

alma::taskErrType::wrappers::AcsJtaskErrTypeEx Class Reference

Inheritance diagram for alma::taskErrType::wrappers::AcsJtaskErrTypeEx:

Inheritance graph
[legend]
Collaboration diagram for alma::taskErrType::wrappers::AcsJtaskErrTypeEx:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AcsJtaskErrTypeEx ()
 AcsJtaskErrTypeEx (String message)
 AcsJtaskErrTypeEx (String message, Throwable cause)
 AcsJtaskErrTypeEx (Throwable cause)
 AcsJtaskErrTypeEx (ErrorTrace etCause)
 AcsJtaskErrTypeEx (String message, ErrorTrace etCause)
taskErrTypeEx totaskErrTypeEx ()

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::taskErrType::wrappers::AcsJtaskErrTypeEx::AcsJtaskErrTypeEx  )  [inline]
 

alma::taskErrType::wrappers::AcsJtaskErrTypeEx::AcsJtaskErrTypeEx String  message  )  [inline]
 

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

alma::taskErrType::wrappers::AcsJtaskErrTypeEx::AcsJtaskErrTypeEx String  message,
Throwable  cause
[inline]
 

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

alma::taskErrType::wrappers::AcsJtaskErrTypeEx::AcsJtaskErrTypeEx Throwable  cause  )  [inline]
 

alma::taskErrType::wrappers::AcsJtaskErrTypeEx::AcsJtaskErrTypeEx ErrorTrace  etCause  )  [inline]
 

alma::taskErrType::wrappers::AcsJtaskErrTypeEx::AcsJtaskErrTypeEx String  message,
ErrorTrace  etCause
[inline]
 

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


Member Function Documentation

final int alma::taskErrType::wrappers::AcsJtaskErrTypeEx::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.

taskErrTypeEx alma::taskErrType::wrappers::AcsJtaskErrTypeEx::totaskErrTypeEx  )  [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:07:25 2009 for ACS Java API by doxygen 1.3.8