| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.ow2.easybeans.util.url.URLUtilsException
URLUtilsException | public class URLUtilsException extends Exception (Code) | | The class URKUtilsException indicates conditions that a reasonable
application might want to catch.
author: Florent Benoit |
URLUtilsException | public URLUtilsException()(Code) | | Constructs a new FileUtilsException with no detail message.
|
URLUtilsException | public URLUtilsException(String message)(Code) | | Constructs a new FileUtilsException with the specified message.
Parameters: message - the detail message. |
URLUtilsException | public URLUtilsException(String message, Throwable t)(Code) | | Constructs a new FileUtilsException with the specified message and
throwable.
Parameters: message - the detail message. Parameters: t - the original cause |
|
|
|