net.sourceforge.wurfl.core.resource
Class WURFLConsistencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.wurfl.core.WURFLRuntimeException
                  extended by net.sourceforge.wurfl.core.resource.WURFLConsistencyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeviceConsistencyException, GenericNotDefinedException, HierarchyConsistencyException

public abstract class WURFLConsistencyException
extends WURFLRuntimeException

WURFL generic consistency exception.

This exception is thrown when the WURFL model contains inconsistent data.

Version:
$Id: WURFLConsistencyException.java 432 2010-05-06 12:12:53Z filippo.deluca $
Author:
Fantayeneh Asres Gizaw, Filippo De Luca
See Also:
Serialized Form

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

WURFLConsistencyException

public WURFLConsistencyException()
Default constructor.


WURFLConsistencyException

public WURFLConsistencyException(Throwable cause)
Build WURFLConsistencyException by Throwable.

Parameters:
cause - This exception cause.

WURFLConsistencyException

public WURFLConsistencyException(String message)
Build WURFLConsistencyException by displaying message.

Parameters:
message - The message to display.

WURFLConsistencyException

public WURFLConsistencyException(String message,
                                 Throwable cause)
Build WURFLConsistencyException by Throwable and message.

Parameters:
cause - This exception cause.
message - The message to display.


Copyright © 2008-2010 WURFL-Pro srl. All Rights Reserved.