biz.source_code.miniTemplator
Class MiniTemplator.VariableNotDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MiniTemplator.VariableNotDefinedException
public MiniTemplator.VariableNotDefinedException(String variableName)
Copyright © 2013. All Rights Reserved.