@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
public class QuotedUriSyntaxException
extends java.net.URISyntaxException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
QuotedUriSyntaxException(java.lang.Object input,
java.lang.String reason)
Constructs a new quoted input URI syntax exception.
|
QuotedUriSyntaxException(java.lang.Object input,
java.lang.String reason,
int index)
Constructs a new quoted input URI syntax exception.
|
private static final long serialVersionUID
public QuotedUriSyntaxException(java.lang.Object input,
java.lang.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(java.lang.Object input,
java.lang.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-2011 Schlichtherle IT Services. All Rights Reserved.