|
||||||||||
| 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
public abstract class WURFLConsistencyException
WURFL generic consistency exception.
This exception is thrown when the WURFL model contains inconsistent data.
| Constructor Summary | |
|---|---|
WURFLConsistencyException()
Default constructor. |
|
WURFLConsistencyException(String message)
Build WURFLConsistencyException by displaying message. |
|
WURFLConsistencyException(String message,
Throwable cause)
Build WURFLConsistencyException by Throwable and message. |
|
WURFLConsistencyException(Throwable cause)
Build WURFLConsistencyException by Throwable. |
|
| 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 WURFLConsistencyException()
public WURFLConsistencyException(Throwable cause)
cause - This exception cause.public WURFLConsistencyException(String message)
message - The message to display.
public WURFLConsistencyException(String message,
Throwable cause)
cause - This exception cause.message - The message to display.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||