net.sourceforge.wurfl.core
Class WURFLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.wurfl.core.WURFLException
All Implemented Interfaces:
Serializable

public abstract class WURFLException
extends Exception

A general checked Exception thrown by WURFL API.

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

Constructor Summary
WURFLException()
          Default constructor
WURFLException(String message)
          Constructor by message.
WURFLException(String message, Throwable cause)
          Constructor by message and cause.
WURFLException(Throwable cause)
          Constructor by 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

WURFLException

public WURFLException()
Default constructor


WURFLException

public WURFLException(String message)
Constructor by message.

Parameters:
message - A descriptive message of exception.

WURFLException

public WURFLException(Throwable cause)
Constructor by cause.

Parameters:
cause - The root cause of exception.

WURFLException

public WURFLException(String message,
                      Throwable cause)
Constructor by message and cause.

Parameters:
message - A descriptive message of exception.
cause - The root cause of exception.


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