Constructors Summary |
---|
public ParsingException()Constructs an ParsingException with no detail message.
super();
|
public ParsingException(String s)Constructs an ParsingException with the specified detail message.
super(s);
|
public ParsingException(Response r)Constructs an ParsingException with the specified Response.
super(r);
|