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
public class JRPdfaIccProfileNotFoundException extends JRRuntimeException
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXCEPTION_MESSAGE_KEY_ICC_PROFILE_NOT_AVAILABLE
-
Fields inherited from class net.sf.jasperreports.engine.JRRuntimeException
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE
-
-
Constructor Summary
Constructors Constructor Description JRPdfaIccProfileNotFoundException()
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.engine.JRRuntimeException
getArgs, getMessage, getMessage, getMessageBundleName, getMessageKey, getMessageKeyPrefix, resolveMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_ICC_PROFILE_NOT_AVAILABLE
public static final String EXCEPTION_MESSAGE_KEY_ICC_PROFILE_NOT_AVAILABLE
- See Also:
- Constant Field Values
-
-