eID middleware

be.portugal.eid.PTEID_Exception Class Reference

Base class for the PTEID Exceptions. More...

Inheritance diagram for be.portugal.eid.PTEID_Exception:

Exception be.portugal.eid.PTEID_ExBadTransaction be.portugal.eid.PTEID_ExBadUsage be.portugal.eid.PTEID_ExCardBadType be.portugal.eid.PTEID_ExCardChanged be.portugal.eid.PTEID_ExCardTypeUnknown be.portugal.eid.PTEID_ExCertNoCrl be.portugal.eid.PTEID_ExCertNoIssuer be.portugal.eid.PTEID_ExCertNoOcsp be.portugal.eid.PTEID_ExCertNoRoot be.portugal.eid.PTEID_ExCmdNotAllowed be.portugal.eid.PTEID_ExCmdNotSupported be.portugal.eid.PTEID_ExDocTypeUnknown be.portugal.eid.PTEID_ExFileTypeUnknown be.portugal.eid.PTEID_ExNoCardPresent be.portugal.eid.PTEID_ExNoReader be.portugal.eid.PTEID_ExNotAllowByUser be.portugal.eid.PTEID_ExParamRange be.portugal.eid.PTEID_ExReaderSetChanged be.portugal.eid.PTEID_ExReleaseNeeded be.portugal.eid.PTEID_ExUnknown be.portugal.eid.PTEID_ExUserMustAnswer

List of all members.

Public Member Functions

synchronized void delete ()
 PTEID_Exception (int lError)
 Constructor.
int GetError ()
 Return the error code.

Protected Member Functions

 PTEID_Exception (long cPtr, boolean cMemoryOwn)
void finalize ()

Static Protected Member Functions

static long getCPtr (PTEID_Exception obj)

Protected Attributes

boolean swigCMemOwn


Detailed Description

Base class for the PTEID Exceptions.

Constructor & Destructor Documentation

be.portugal.eid.PTEID_Exception.PTEID_Exception ( long  cPtr,
boolean  cMemoryOwn 
) [protected]

be.portugal.eid.PTEID_Exception.PTEID_Exception ( int  lError  ) 

Constructor.

Parameters:
lError error code


Member Function Documentation

synchronized void be.portugal.eid.PTEID_Exception.delete (  ) 

void be.portugal.eid.PTEID_Exception.finalize (  )  [protected]

static long be.portugal.eid.PTEID_Exception.getCPtr ( PTEID_Exception  obj  )  [static, protected]

int be.portugal.eid.PTEID_Exception.GetError (  ) 

Return the error code.


Member Data Documentation