biz.source_code.miniTemplator
Class MiniTemplator.TemplateSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.source_code.miniTemplator.MiniTemplator.TemplateSyntaxException
All Implemented Interfaces:
Serializable
Enclosing class:
MiniTemplator

public static class MiniTemplator.TemplateSyntaxException
extends RuntimeException

Thrown when a syntax error is encountered within the template.

See Also:
Serialized Form

Constructor Summary
MiniTemplator.TemplateSyntaxException(String msg)
           
 
Method Summary
 
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

MiniTemplator.TemplateSyntaxException

public MiniTemplator.TemplateSyntaxException(String msg)


Copyright © 2012. All Rights Reserved.