com.gentics.api.portalnode.templateengine
Class TemplateNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.portalnode.templateengine.TemplateNotFoundException
All Implemented Interfaces:
Serializable

public class TemplateNotFoundException
extends Exception

Exception that is thrown when the requested template was not found

See Also:
Serialized Form

Constructor Summary
TemplateNotFoundException()
          Create instance of the exception
TemplateNotFoundException(String message)
          Create instance of the exception with a message
TemplateNotFoundException(String message, Throwable cause)
          Create instance of the exception with a message and a cause
TemplateNotFoundException(Throwable cause)
          Create instance of the exception with a cause
 
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

TemplateNotFoundException

public TemplateNotFoundException()
Create instance of the exception


TemplateNotFoundException

public TemplateNotFoundException(String message)
Create instance of the exception with a message

Parameters:
message - message of the exception

TemplateNotFoundException

public TemplateNotFoundException(String message,
                                 Throwable cause)
Create instance of the exception with a message and a cause

Parameters:
message - message of the exception
cause - cause of the exception

TemplateNotFoundException

public TemplateNotFoundException(Throwable cause)
Create instance of the exception with a cause

Parameters:
cause - cause of the exception


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.