Serialized Form
-
Package org.jsoup
-
Exception org.jsoup.HttpStatusException
class HttpStatusException extends IOException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
-
url
String url
-
-
-
Exception org.jsoup.SerializationException
class SerializationException extends RuntimeException implements Serializable -
Exception org.jsoup.UncheckedIOException
class UncheckedIOException extends UncheckedIOException implements Serializable -
Exception org.jsoup.UnsupportedMimeTypeException
class UnsupportedMimeTypeException extends IOException implements Serializable-
Serialized Fields
-
mimeType
String mimeType
-
url
String url
-
-
-
-
Package org.jsoup.helper
-
Class org.jsoup.helper.ChangeNotifyingArrayList
class ChangeNotifyingArrayList extends ArrayList<E> implements Serializable -
Exception org.jsoup.helper.ValidationException
class ValidationException extends IllegalArgumentException implements Serializable
-
-
Package org.jsoup.parser
-
Class org.jsoup.parser.ParseErrorList
class ParseErrorList extends ArrayList<ParseError> implements Serializable-
Serialized Fields
-
initialCapacity
int initialCapacity
-
maxSize
int maxSize
-
-
-
-
Package org.jsoup.select
-
Class org.jsoup.select.Elements
class Elements extends ArrayList<Element> implements Serializable -
Exception org.jsoup.select.Selector.SelectorParseException
class SelectorParseException extends IllegalStateException implements Serializable
-