Package net.sf.jasperreports.pdf.util
Class JRPdfaIccProfileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jasperreports.engine.JRRuntimeException
net.sf.jasperreports.pdf.util.JRPdfaIccProfileNotFoundException
- All Implemented Interfaces:
Serializable
Exception raised when an ICC profile is not available to the JVM.
The ICC profiles are defined by the International Color Consortium. They are a means by which OpenPDF ensures color
management in a device-independent manner and they need to be embedded for PDF/A-1 compliance.
Here are some sources of freely available and high quality ICC profiles:
- sRGB ICC profiles provided by the International Color Consortium:
- RGB and CMYK ICC profiles for various printing conditions provided by the European Color Initiative (ECI):
- RGB and CMYK ICC profiles provided by Adobe:
- ICC profiles for standardised newspaper printing:
PdfExporterConfiguration.getIccProfilePath() configuration property.- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsFields inherited from class net.sf.jasperreports.engine.JRRuntimeException
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.jasperreports.engine.JRRuntimeException
getArgs, getMessage, getMessage, getMessageBundleName, getMessageKey, getMessageKeyPrefix, resolveMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
EXCEPTION_MESSAGE_KEY_ICC_PROFILE_NOT_AVAILABLE
- See Also:
-
-
Constructor Details
-
JRPdfaIccProfileNotFoundException
public JRPdfaIccProfileNotFoundException()
-