com.pdflib
Class pCOSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pdflib.pCOSException
All Implemented Interfaces:
java.io.Serializable

public class pCOSException
extends java.lang.Exception

pCOS - PDF Information Retrieval Tool Exception handling for pCOS.

Version:
3.0dev
Author:
Rainer Schaaf
See Also:
Serialized Form

Constructor Summary
pCOSException()
           
pCOSException(java.lang.String msg)
           
pCOSException(java.lang.String msg, int errnum, java.lang.String apiname)
           
 
Method Summary
 java.lang.String get_apiname()
          Get the name of the API function which caused the exception.
 java.lang.String get_errmsg()
          Map standard getMessage method to get_errmsg.
 int get_errnum()
          Get the error number of the exception.
 
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
 

Constructor Detail

pCOSException

public pCOSException()

pCOSException

public pCOSException(java.lang.String msg)

pCOSException

public pCOSException(java.lang.String msg,
                     int errnum,
                     java.lang.String apiname)
Method Detail

get_errmsg

public java.lang.String get_errmsg()
Map standard getMessage method to get_errmsg.


get_errnum

public int get_errnum()
Get the error number of the exception.


get_apiname

public java.lang.String get_apiname()
Get the name of the API function which caused the exception.