|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.easybeans.util.url.URLUtilsException
public class URLUtilsException
The class URKUtilsException indicates conditions that a reasonable application might want to catch.
Field Summary | |
---|---|
private static long |
serialVersionUID
Uid of serializable class. |
Constructor Summary | |
---|---|
URLUtilsException()
Constructs a new FileUtilsException with no detail message. |
|
URLUtilsException(java.lang.String message)
Constructs a new FileUtilsException with the specified message. |
|
URLUtilsException(java.lang.String message,
java.lang.Throwable t)
Constructs a new FileUtilsException with the specified message and throwable. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public URLUtilsException()
public URLUtilsException(java.lang.String message)
message
- the detail message.public URLUtilsException(java.lang.String message, java.lang.Throwable t)
message
- the detail message.t
- the original cause
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |