Class PdfValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.projecthusky.fhir.emed.ch.epr.narrative.pdf.PdfValidationException
All Implemented Interfaces:
Serializable

public class PdfValidationException extends RuntimeException
See Also:
  • Constructor Details

    • PdfValidationException

      public PdfValidationException(String message)
    • PdfValidationException

      public PdfValidationException(String message, Throwable cause)
    • PdfValidationException

      public PdfValidationException(Throwable cause)
    • PdfValidationException

      public PdfValidationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)