kawigi.template
Class TemplateSyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--kawigi.template.TemplateSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class TemplateSyntaxException
extends java.lang.Exception

Exception thrown by the KawigiEdit template translator when something in the syntax renders it not dependably parseable. Note that language-specific checks on the output syntax are not checked with this exception, and neither are java code issues.

See Also:
Serialized Form

Constructor Summary
TemplateSyntaxException()
          Creates a default instance.
TemplateSyntaxException(java.lang.String message)
          Creates an instance of this exception with the given message.
 
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

TemplateSyntaxException

public TemplateSyntaxException()
Creates a default instance.


TemplateSyntaxException

public TemplateSyntaxException(java.lang.String message)
Creates an instance of this exception with the given message.