@ThreadSafe public class QuotedUriSyntaxException extends URISyntaxException
| Constructor and Description |
|---|
QuotedUriSyntaxException(Object input,
String reason)
Constructs a new quoted input URI syntax exception.
|
QuotedUriSyntaxException(Object input,
String reason,
int index)
Constructs a new quoted input URI syntax exception.
|
getIndex, getInput, getMessage, getReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QuotedUriSyntaxException(Object input, String reason)
input - the object with the
string representation to put in quotes.reason - a string explaining why the input could not be parsed.public QuotedUriSyntaxException(Object input, String reason, int index)
input - the object with the
string representation to put in quotes.reason - a string explaining why the input could not be parsed.index - the index at which the parse error occurred,
or -1 if unknown.Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.