|
||||||||||
| 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.DeviceNotDefinedException
public class DeviceNotDefinedException
Device is not defined in WURFL.
Exception thrown if the requested device is not defined in the WURFL.
| Constructor Summary | |
|---|---|
DeviceNotDefinedException(String deviceId)
Constructor by device id. |
|
DeviceNotDefinedException(String deviceId,
String message)
Constructor by device id and message to display. |
|
| Method Summary | |
|---|---|
String |
getDeviceId()
Return the not defined device id. |
| 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 DeviceNotDefinedException(String deviceId,
String message)
deviceId - The device id not found.public DeviceNotDefinedException(String deviceId)
deviceId - The device id not found.| Method Detail |
|---|
public String getDeviceId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||