com.google.clearsilver.jsilver.exceptions
Class JSilverTemplateNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.clearsilver.jsilver.exceptions.JSilverException
                  extended by com.google.clearsilver.jsilver.exceptions.JSilverTemplateNotFoundException
All Implemented Interfaces:
Serializable

public class JSilverTemplateNotFoundException
extends JSilverException

Thrown when JSilver is asked to load a template that does not exist.

See Also:
Serialized Form

Constructor Summary
JSilverTemplateNotFoundException(String templateName)
           
 
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

JSilverTemplateNotFoundException

public JSilverTemplateNotFoundException(String templateName)


Copyright © 2010-2012 Google. All Rights Reserved.