biz.source_code.miniTemplator
Class MiniTemplator.VariableNotDefinedException

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.VariableNotDefinedException
All Implemented Interfaces:
Serializable
Enclosing class:
MiniTemplator

public static class MiniTemplator.VariableNotDefinedException
extends RuntimeException

Thrown when Minitemplator.setVariable is called with a variableName that is not defined within the template and the isOptional parameter is false.

See Also:
Serialized Form

Constructor Summary
MiniTemplator.VariableNotDefinedException(String variableName)
           
 
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.VariableNotDefinedException

public MiniTemplator.VariableNotDefinedException(String variableName)


Copyright © 2012. All Rights Reserved.