org.apache.shindig.gadgets.templates
Class TemplateParserException

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

public class TemplateParserException
extends GadgetException

Exceptions for Gadget Template parsing.

See Also:
Serialized Form

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

TemplateParserException

public TemplateParserException(String message)
Parameters:
message -

TemplateParserException

public TemplateParserException(XmlException e)

TemplateParserException

public TemplateParserException(String message,
                               XmlException e)


Copyright © 2007-2012. All Rights Reserved.