Package org.apache.qpid.server.url
Class URLSyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.net.URISyntaxException
-
- org.apache.qpid.server.url.URLSyntaxException
-
- All Implemented Interfaces:
Serializable
public class URLSyntaxException extends URISyntaxException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URLSyntaxException(String url, String error, int index, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.net.URISyntaxException
getIndex, getInput, getMessage, getReason
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-