|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jscience.util.ResourceNotFoundException
public class ResourceNotFoundException
Thrown to indicate that a specific resource (an image, a sound, etc.) needed to perform the requested operation was not found (while the resource was expected to be present with the distribution of this Antelmann.com framework).
Settings.getResource(String),
Serialized Form| Constructor Summary | |
|---|---|
ResourceNotFoundException()
Creates a new ResourceNotFoundException object. |
|
ResourceNotFoundException(java.lang.String message)
Creates a new ResourceNotFoundException object. |
|
ResourceNotFoundException(java.lang.String message,
java.lang.Object resource)
Creates a new ResourceNotFoundException object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getResourceNotFound()
DOCUMENT ME! |
| 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 ResourceNotFoundException()
public ResourceNotFoundException(java.lang.String message)
message - DOCUMENT ME!
public ResourceNotFoundException(java.lang.String message,
java.lang.Object resource)
message - DOCUMENT ME!resource - DOCUMENT ME!| Method Detail |
|---|
public java.lang.Object getResourceNotFound()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||