Class ProfileException

  • All Implemented Interfaces:
    Serializable

    public class ProfileException
    extends VeraPDFException
    Exception that occurs when there is a problem parsing a validation profile.
    Author:
    Maksim Bezrukov
    See Also:
    Serialized Form
    • Constructor Detail

      • ProfileException

        public ProfileException()
        Default constructor for ProfileException.
      • ProfileException

        public ProfileException​(String message)
        Constructs new ProfileException with a String message
        Parameters:
        message - a String message describing the cause of the exception.
      • ProfileException

        public ProfileException​(String message,
                                Throwable cause)
        Constructs new ProfileException with a String message and a Throwable cause.
        Parameters:
        message - a String message describing the cause of the exception.
        cause - Throwable cause of the exception.