biz.source_code.miniTemplator
Class MiniTemplator.BlockNotDefinedException

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.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

Constructor Summary
MiniTemplator.BlockNotDefinedException(String blockName)
           
 
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.BlockNotDefinedException

public MiniTemplator.BlockNotDefinedException(String blockName)


Copyright © 2013. All Rights Reserved.