Class ParserNotFound

All Implemented Interfaces:
Serializable

public class ParserNotFound extends ParseException
See Also:
  • Constructor Details

    • ParserNotFound

      public ParserNotFound(String message)
    • ParserNotFound

      public ParserNotFound(String url, String contentType)
    • ParserNotFound

      public ParserNotFound(String url, String contentType, String message)
  • Method Details

    • getUrl

      public String getUrl()
    • getContentType

      public String getContentType()