apollo.Template
Class MalformedTemplateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--apollo.ApolloException
                    |
                    +--apollo.Template.TemplatePageException
                          |
                          +--apollo.Template.MalformedTemplateException
All Implemented Interfaces:
java.io.Serializable

public class MalformedTemplateException
extends TemplatePageException

This exception is thrown when something goes wrong parsing a TemplatePage.

See Also:
Serialized Form

Constructor Summary
MalformedTemplateException(java.lang.String s)
           
 
Methods inherited from class apollo.ApolloException
getExceptionMsg, setExceptionMsg
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedTemplateException

public MalformedTemplateException(java.lang.String s)