Elexis API documentation
Version 2.1.6 as of December 11 2011

ch.elexis
Class ElexisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.elexis.ElexisException
All Implemented Interfaces:
java.io.Serializable

public class ElexisException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static int EE_BAD_DISPATCHER
           
static int EE_DUPLICATE_DISPATCHER
           
static int EE_FILE_ERROR
           
static int EE_INTERNAL
           
static int EE_INVALID_ARGUMENT
           
static int EE_NOT_FOUND
           
static int EE_NOT_SUPPORTED
           
static int EE_UNEXPECTED_RESPONSE
           
static int EE_UPDATE_ERROR
           
 
Constructor Summary
ElexisException(java.lang.Class<?> clazz, java.lang.String errmsg, int errcode)
           
ElexisException(java.lang.Class<?> clazz, java.lang.String errmsg, int errcode, boolean doLog)
           
 
Method Summary
 int getErrCode()
           
 java.lang.Class<?> getThrowingClass()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EE_DUPLICATE_DISPATCHER

public static final int EE_DUPLICATE_DISPATCHER
See Also:
Constant Field Values

EE_BAD_DISPATCHER

public static final int EE_BAD_DISPATCHER
See Also:
Constant Field Values

EE_UNEXPECTED_RESPONSE

public static final int EE_UNEXPECTED_RESPONSE
See Also:
Constant Field Values

EE_FILE_ERROR

public static final int EE_FILE_ERROR
See Also:
Constant Field Values

EE_NOT_SUPPORTED

public static final int EE_NOT_SUPPORTED
See Also:
Constant Field Values

EE_NOT_FOUND

public static final int EE_NOT_FOUND
See Also:
Constant Field Values

EE_INTERNAL

public static final int EE_INTERNAL
See Also:
Constant Field Values

EE_INVALID_ARGUMENT

public static final int EE_INVALID_ARGUMENT
See Also:
Constant Field Values

EE_UPDATE_ERROR

public static final int EE_UPDATE_ERROR
See Also:
Constant Field Values
Constructor Detail

ElexisException

public ElexisException(java.lang.Class<?> clazz,
                       java.lang.String errmsg,
                       int errcode)

ElexisException

public ElexisException(java.lang.Class<?> clazz,
                       java.lang.String errmsg,
                       int errcode,
                       boolean doLog)
Method Detail

getThrowingClass

public java.lang.Class<?> getThrowingClass()

getErrCode

public int getErrCode()

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis