|
||||||||||
| 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
public class WURFLRuntimeException
THis is a RuntimeException thrown by WURFL API.
| Constructor Summary | |
|---|---|
WURFLRuntimeException()
Build WURFLRuntimeException. |
|
WURFLRuntimeException(String message)
Build WURFLRuntimeException from display message. |
|
WURFLRuntimeException(String message,
Throwable cause)
Build WURFLRuntimeException from display message and cause. |
|
WURFLRuntimeException(Throwable cause)
Build WURFLRuntimeException from cause. |
|
| 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 WURFLRuntimeException()
public WURFLRuntimeException(String message)
message - The message to display.
public WURFLRuntimeException(String message,
Throwable cause)
message - The message to display.cause - The cause of this exception.public WURFLRuntimeException(Throwable cause)
cause - The cause of this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||