intarsys PDF library API

de.intarsys.pdf.cos
Interface ICOSExceptionHandler

All Known Implementing Classes:
COSArray, COSBoolean, COSCompositeObject, COSDictionary, COSDocument, COSDocumentElement, COSFalse, COSFixed, COSIndirectObject, COSInteger, COSName, COSNull, COSNumber, COSObject, COSObjectProxy, COSPrimitiveObject, COSStream, COSString, COSTrue

public interface ICOSExceptionHandler

An object that can handle exceptions encountered when dealing with COSObject instances.


Method Summary
 void handleException(COSRuntimeException ex)
          Handle ex, optionally rethrow.
 

Method Detail

handleException

void handleException(COSRuntimeException ex)
                     throws COSRuntimeException
Handle ex, optionally rethrow.

Parameters:
ex - The exceptioin to be handeled.
Throws:
COSRuntimeException

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.