Package biz.source_code.miniTemplator
Class MiniTemplator.BlockNotDefinedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- biz.source_code.miniTemplator.MiniTemplator.BlockNotDefinedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MiniTemplator
public static class MiniTemplator.BlockNotDefinedException extends RuntimeException
Thrown whenMinitemplator.addBlockis called with ablockNamethat is not defined within the template.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlockNotDefinedException(String blockName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BlockNotDefinedException
public BlockNotDefinedException(String blockName)
-
-