org.apache.lucene.gdata.gom.core
Class GDataParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lucene.gdata.gom.core.GDataParseException
All Implemented Interfaces:
Serializable

public class GDataParseException
extends RuntimeException

Author:
Simon Willnauer
See Also:
Serialized Form

Constructor Summary
GDataParseException()
           
GDataParseException(String arg0)
           
GDataParseException(String arg0, Throwable arg1)
           
GDataParseException(Throwable arg0)
           
 
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

GDataParseException

public GDataParseException()

GDataParseException

public GDataParseException(String arg0)
Parameters:
arg0 -

GDataParseException

public GDataParseException(Throwable arg0)
Parameters:
arg0 -

GDataParseException

public GDataParseException(String arg0,
                           Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.