net.sourceforge.wurfl.core.resource
Class WURFLParsingException

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.WURFLParsingException
All Implemented Interfaces:
Serializable

public class WURFLParsingException
extends WURFLRuntimeException

Parsing exception.

Exception thrown when wurfl file and patch files contains invalid values.

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

Constructor Summary
WURFLParsingException()
          
WURFLParsingException(String msg)
          
WURFLParsingException(String msg, Throwable cause)
          
WURFLParsingException(Throwable 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

WURFLParsingException

public WURFLParsingException()


WURFLParsingException

public WURFLParsingException(String msg)


WURFLParsingException

public WURFLParsingException(Throwable cause)


WURFLParsingException

public WURFLParsingException(String msg,
                             Throwable cause)



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