com.norconex.commons.lang.url
Class URLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.url.URLException
- All Implemented Interfaces:
- Serializable
public class URLException
- extends RuntimeException
Runtime exception thrown when dealing with a URL fails.
- Author:
- Pascal Essiembre
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
URLException
public URLException()
URLException
public URLException(String message)
URLException
public URLException(Throwable cause)
URLException
public URLException(String message,
Throwable cause)
Copyright © 2008-2013 Norconex Inc.. All Rights Reserved.