-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ParserNotFound extends ParseException
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classParserNotFound.Companion
-
Constructor Summary
Constructors Constructor Description ParserNotFound(String message)ParserNotFound(String url, String contentType, String message)ParserNotFound(String url, String contentType)
-
Method Summary
Modifier and Type Method Description final StringgetUrl()final UnitsetUrl(String url)final StringgetContentType()final UnitsetContentType(String contentType)ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getContentType
final String getContentType()
-
setContentType
final Unit setContentType(String contentType)
-
getMessage
String getMessage()
-
-
-
-