Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.noa
Class ErrorCodeTranslator

java.lang.Object
  extended by ag.ion.noa.ErrorCodeTranslator

public class ErrorCodeTranslator
extends java.lang.Object

Translator for error code messages.


Field Summary
static int ERRCODE_IO_ABORT
          Code of ERRCODE_IO_ABORT.
static java.lang.String ERRCODE_IO_ABORT_MESSAGE
          Message for the ERRCODE_IO_ABORT.
static int ERRCODE_IO_CANTWRITE
          Code of ERRCODE_IO_CANTWRITE.
static java.lang.String ERRCODE_IO_CANTWRITE_MESSAGE
          Message for the ERRCODE_IO_CANTWRITE.
 
Constructor Summary
ErrorCodeTranslator()
           
 
Method Summary
static java.lang.String getErrorCodeMessage(int errorCode)
          Returns message for the submitted error code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERRCODE_IO_ABORT_MESSAGE

public static final java.lang.String ERRCODE_IO_ABORT_MESSAGE
Message for the ERRCODE_IO_ABORT.


ERRCODE_IO_ABORT

public static final int ERRCODE_IO_ABORT
Code of ERRCODE_IO_ABORT.

See Also:
Constant Field Values

ERRCODE_IO_CANTWRITE_MESSAGE

public static final java.lang.String ERRCODE_IO_CANTWRITE_MESSAGE
Message for the ERRCODE_IO_CANTWRITE.


ERRCODE_IO_CANTWRITE

public static final int ERRCODE_IO_CANTWRITE
Code of ERRCODE_IO_CANTWRITE.

See Also:
Constant Field Values
Constructor Detail

ErrorCodeTranslator

public ErrorCodeTranslator()
Method Detail

getErrorCodeMessage

public static java.lang.String getErrorCodeMessage(int errorCode)
Returns message for the submitted error code. Returns null if a message is not available.

Parameters:
errorCode - error code to be used
Returns:
message for the submitted error code or null if a message is not available

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013