|
||||||||||
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.apache.wicket.util.resource.ResourceStreamNotFoundException
public final class ResourceStreamNotFoundException
Thrown if a required resource cannot be found.
Constructor Summary | |
---|---|
ResourceStreamNotFoundException()
Constructor |
|
ResourceStreamNotFoundException(String message)
Constructor |
|
ResourceStreamNotFoundException(String message,
Throwable cause)
Constructor |
|
ResourceStreamNotFoundException(Throwable cause)
Constructor |
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 |
Constructor Detail |
---|
public ResourceStreamNotFoundException()
public ResourceStreamNotFoundException(String message)
message
- Description of the problempublic ResourceStreamNotFoundException(Throwable cause)
cause
- Nested stack tracepublic ResourceStreamNotFoundException(String message, Throwable cause)
message
- Description of the problemcause
- Nested stack trace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |