Package 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 whenMinitemplator.setVariableis called with avariableNamethat is not defined within the template and theisOptionalparameter isfalse.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VariableNotDefinedException(String variableName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VariableNotDefinedException
public VariableNotDefinedException(String variableName)
-
-