Class NoTransformerException

    • Constructor Detail

      • NoTransformerException

        public NoTransformerException​(String sourceMimetype,
                                      String targetMimetype)
        Parameters:
        sourceMimetype - the attempted source mimetype
        targetMimetype - the attempted target mimetype
    • Method Detail

      • getSourceMimetype

        public String getSourceMimetype()
      • getTargetMimetype

        public String getTargetMimetype()