@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) public class QuotedUriSyntaxException extends URISyntaxException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| 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, toStringprivate static final long serialVersionUID
public 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 © 2004-2011 Schlichtherle IT Services. All Rights Reserved.