|
||||||||||
| 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
net.sourceforge.wurfl.core.WURFLRuntimeException
net.sourceforge.wurfl.core.resource.WURFLResourceException
public class WURFLResourceException
WURFLResource exception.
This exception is thrown whene there is a problem in WURFLResource.
| Constructor Summary | |
|---|---|
WURFLResourceException(WURFLResource resource)
Build a WURFLResourceException by WURFLResource. |
|
WURFLResourceException(WURFLResource resource,
String message)
Build a WURFLResourceException by WURFLResource. |
|
WURFLResourceException(WURFLResource resource,
String message,
Throwable cause)
Build a WURFLResourceException by WURFLResource. |
|
WURFLResourceException(WURFLResource resource,
Throwable cause)
Build a WURFLResourceException by WURFLResource. |
|
| Method Summary | |
|---|---|
WURFLResource |
getResource()
Returns the WURFLResource sorce of this exception. |
| 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 WURFLResourceException(WURFLResource resource)
resource - The WURFLResource generated this exception.
public WURFLResourceException(WURFLResource resource,
Throwable cause)
resource - The WURFLResource generated this exception.cause - The exception causes this exception.
public WURFLResourceException(WURFLResource resource,
String message)
resource - The WURFLResource generated this exception.message - The message to display.
public WURFLResourceException(WURFLResource resource,
String message,
Throwable cause)
resource - The WURFLResource generated this exception.message - The message to display.cause - The exception causes this exception.| Method Detail |
|---|
public WURFLResource getResource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||