Class TransparencyDisallowedException

All Implemented Interfaces:
Serializable

public class TransparencyDisallowedException extends PDFConformanceException
The PDF profile being used does not allow transparency.
See Also:
  • Constructor Details

    • TransparencyDisallowedException

      public TransparencyDisallowedException(Object profile, String context)
  • Method Details

    • getProfile

      public Object getProfile()
      Returns the profile that is being used and disallows transparency.
      See Also:
    • getContext

      public String getContext()
      Returns context information to help spotting the problem.