|
||||||||||
| 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.WURFLConsistencyException
net.sourceforge.wurfl.core.resource.DeviceConsistencyException
public abstract class DeviceConsistencyException
Device generic consistency exception.
This is abstract Exception representing an exception occurred for a
Consistency problem detected in a ModelDevice instance.
| Constructor Summary | |
|---|---|
DeviceConsistencyException(ModelDevice device)
Build an Exception from target ModelDevice. |
|
DeviceConsistencyException(ModelDevice device,
String message)
Build an Exception from target ModelDevice and a message. |
|
| Method Summary | |
|---|---|
ModelDevice |
getDevice()
Return the ModelDevice source 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 DeviceConsistencyException(ModelDevice device,
String message)
device - The ModelDevice object of this exception.message - The message printed by this exception.public DeviceConsistencyException(ModelDevice device)
device - The ModelDevice object of this exception.| Method Detail |
|---|
public ModelDevice getDevice()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||