intarsys PDF library API

de.intarsys.pdf.content
Class CSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.intarsys.pdf.content.CSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CSError, CSWarning

public abstract class CSException
extends RuntimeException

An exceptional condition encountered while procesing a content streams operations.

See Also:
Serialized Form

Constructor Summary
CSException()
           
CSException(String message)
           
CSException(String message, Throwable cause)
           
CSException(Throwable cause)
           
 
Method Summary
 
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

CSException

public CSException(String message)

CSException

public CSException(String message,
                   Throwable cause)

CSException

public CSException()

CSException

public CSException(Throwable cause)

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.