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
-
-
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.String
getContext()
Returns context information to help spotting the problem.java.lang.Object
getProfile()
Returns the profile that is being used and disallows transparency.
-