Package org.apache.fop.pdf
Class TransparencyDisallowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.fop.pdf.PDFConformanceException
org.apache.fop.pdf.TransparencyDisallowedException
- All Implemented Interfaces:
Serializable
The PDF profile being used does not allow transparency.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns context information to help spotting the problem.Returns the profile that is being used and disallows transparency.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
profile
-
context
-
-
Constructor Details
-
TransparencyDisallowedException
-
-
Method Details
-
getProfile
Returns the profile that is being used and disallows transparency.- See Also:
-
getContext
Returns context information to help spotting the problem.
-