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 when Minitemplator.addBlock
is called with a blockName that is not defined
within the template.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MiniTemplator.BlockNotDefinedException
public MiniTemplator.BlockNotDefinedException(String blockName)
Copyright © 2013. All Rights Reserved.