net.sourceforge.wurfl.core
Class WURFLRuntimeException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CapabilityNotDefinedException, DeviceNotDefinedException, DeviceNotInModelException, GroupNotDefinedException, WURFLConsistencyException, WURFLParsingException, WURFLResourceException

public class WURFLRuntimeException
extends RuntimeException

THis is a RuntimeException thrown by WURFL API.

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

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

WURFLRuntimeException

public WURFLRuntimeException()
Build WURFLRuntimeException.


WURFLRuntimeException

public WURFLRuntimeException(String message)
Build WURFLRuntimeException from display message.

Parameters:
message - The message to display.

WURFLRuntimeException

public WURFLRuntimeException(String message,
                             Throwable cause)
Build WURFLRuntimeException from display message and cause.

Parameters:
message - The message to display.
cause - The cause of this exception.

WURFLRuntimeException

public WURFLRuntimeException(Throwable cause)
Build WURFLRuntimeException from cause.

Parameters:
cause - The cause of this exception.


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