org.extex.backend.documentWriter.pdf.exception
Class DocumentWriterPdfBoxColorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.extex.core.exception.GeneralException
org.extex.backend.exception.BackendException
org.extex.backend.documentWriter.exception.DocumentWriterException
org.extex.backend.documentWriter.pdf.exception.DocumentWriterPdfException
org.extex.backend.documentWriter.pdf.exception.DocumentWriterPdfBoxColorException
- All Implemented Interfaces:
- java.io.Serializable
public class DocumentWriterPdfBoxColorException
- extends DocumentWriterPdfException
Exception for the ColorAdapter.
It is use, if a error occurs, when the color is set in the pdf content.
- Version:
- $Revision:4704 $
- Author:
- Michael Niedermair
- See Also:
- Serialized Form
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DocumentWriterPdfBoxColorException
public DocumentWriterPdfBoxColorException(java.lang.String message)
- Create a new object.
- Parameters:
message - The message.
DocumentWriterPdfBoxColorException
public DocumentWriterPdfBoxColorException(java.lang.String message,
java.lang.Throwable cause)
- Create a new object.
- Parameters:
message - The message.cause - The cuase.
DocumentWriterPdfBoxColorException
public DocumentWriterPdfBoxColorException(java.lang.Throwable cause)
- Create a new object.
- Parameters:
cause - The cause.