org.apache.shindig.gadgets.spec
Class SpecParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.shindig.gadgets.GadgetException
org.apache.shindig.gadgets.spec.SpecParserException
- All Implemented Interfaces:
- Serializable
public class SpecParserException
- extends GadgetException
Exceptions for Gadget Spec parsing.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.