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:
java.io.Serializable
public class TransparencyDisallowedException extends PDFConformanceException
The PDF profile being used does not allow transparency.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringcontextprivate java.lang.Objectprofileprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description TransparencyDisallowedException(java.lang.Object profile, java.lang.String context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContext()Returns context information to help spotting the problem.java.lang.ObjectgetProfile()Returns the profile that is being used and disallows transparency.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
profile
private final java.lang.Object profile
-
context
private final java.lang.String context
-
-