From a5694b6491307efb55893ac7ea61920b48d8c9cc Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 28 Jun 2004 20:46:16 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Root_proxy_parameter_ordering_projekt'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Root_proxy_parameter_ordering_projekt@146 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../spss/server/invoke/IaikExceptionMapper.html | 356 --------------------- 1 file changed, 356 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/IaikExceptionMapper.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/IaikExceptionMapper.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/IaikExceptionMapper.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/IaikExceptionMapper.html deleted file mode 100644 index 86ac44553..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/IaikExceptionMapper.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class IaikExceptionMapper - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.invoke -
-Class IaikExceptionMapper

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.invoke.IaikExceptionMapper
-
-
-
-
public class IaikExceptionMapper
extends Object
- -

-Map an exception from the iaik namespace to a - MOAException. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - - -
-Constructor Summary
-protected IaikExceptionMapper() - -
-          Create a new IaikExceptionMapper. - -
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-protected  MOAExceptioncreateMoaException(Exception iaikException) - -
-          Create a MOAException from a given IAIKException - by looking it up in the mapping.
-static IaikExceptionMappergetInstance() - -
-          Get the single instance of this class.
-protected  at.gv.egovernment.moa.spss.server.invoke.ExceptionMappingInfolookupMessage(Class iaikExceptionClass) - -
-          Recursively look up the message associated with an - IAIKException. - -
- MOAExceptionmap(iaik.IAIKException iaikException) - -
-          Map an IAIKException to a MOAException.
- MOAExceptionmap(iaik.IAIKRuntimeException iaikException) - -
-          Map an IAIKRuntimeException to a MOAException.
-protected  voidregisterMessage(Class iaikExceptionClass, - String messageId, - Class moaExceptionClass) - -
-          Register a single IAIKException to message mapping.
-protected  voidregisterMessages() - -
-          Build the complete IAIKException to message code mapping.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-IaikExceptionMapper

-
-protected IaikExceptionMapper()
-
-
Create a new IaikExceptionMapper. - - Protected to disallow multple instances.
- - - - - - - - -
-Method Detail
- -

-getInstance

-
-public static IaikExceptionMapper getInstance()
-
-
Get the single instance of this class.
-
Returns:
The single instance of this class.
-
-
-
- -

-registerMessages

-
-protected void registerMessages()
-
-
Build the complete IAIKException to message code mapping.
-
- -

-registerMessage

-
-protected void registerMessage(Class iaikExceptionClass,
-                               String messageId,
-                               Class moaExceptionClass)
-
-
Register a single IAIKException to message mapping.
-
Parameters:
iaikExceptionClass - An exception from the iaik package.
messageId - The corresponding error message id.
moaExceptionClass - The type of MOAException that the - IAIKException is mapped to (usually - MOAApplicationException or MOASystemException).
-
-
-
- -

-map

-
-public MOAException map(iaik.IAIKException iaikException)
-
-
Map an IAIKException to a MOAException.
-
Parameters:
iaikException - The IAIKException to map.
Returns:
A MOAException containing the message for the - given IAIKException.
-
-
-
- -

-map

-
-public MOAException map(iaik.IAIKRuntimeException iaikException)
-
-
Map an IAIKRuntimeException to a MOAException.
-
Parameters:
iaikException - The IAIKException to map.
Returns:
A MOAException containing the message for the - given IAIKRuntimeException.
-
-
-
- -

-createMoaException

-
-protected MOAException createMoaException(Exception iaikException)
-
-
Create a MOAException from a given IAIKException - by looking it up in the mapping.
-
Parameters:
iaikException - The IAIKException to map.
Returns:
A MOAException with an error code corresponding to - the given IAIKException. Returns null, if no - mapping could be found.
-
-
-
- -

-lookupMessage

-
-protected at.gv.egovernment.moa.spss.server.invoke.ExceptionMappingInfo lookupMessage(Class iaikExceptionClass)
-
-
Recursively look up the message associated with an - IAIKException. - - This method walks up the exception inheritance hierarchy until it finds a - mapping.
-
Parameters:
iaikExceptionClass - The IAIKException to look up.
Returns:
Information about the message id and - MOAException class that the iaikExceptionClass - maps to. If no mapping could be found, null is returned.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3