org.apache.shindig.gadgets.spec
Class SpecParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.shindig.gadgets.GadgetException
              extended by org.apache.shindig.gadgets.spec.SpecParserException
All Implemented Interfaces:
Serializable

public class SpecParserException
extends GadgetException

Exceptions for Gadget Spec parsing.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.shindig.gadgets.GadgetException
GadgetException.Code
 
Constructor Summary
SpecParserException(String message)
           
SpecParserException(String message, XmlException e)
           
SpecParserException(XmlException e)
           
 
Method Summary
 
Methods inherited from class org.apache.shindig.gadgets.GadgetException
getCode, getHttpStatusCode
 
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

SpecParserException

public SpecParserException(String message)
Parameters:
message -

SpecParserException

public SpecParserException(XmlException e)

SpecParserException

public SpecParserException(String message,
                           XmlException e)


Copyright © 2007-2012. All Rights Reserved.