com.finalist.jaggenerator.template
Class TemplateConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.finalist.jaggenerator.template.TemplateConfigException
All Implemented Interfaces:
java.io.Serializable

public class TemplateConfigException
extends java.lang.Exception

Thrown during template if a problem arises during initialisation of the configuration 'template.xml' file.

Author:
Michael O'Connor - Finalist IT Group
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
TemplateConfigException()
           
TemplateConfigException(java.lang.String message)
           
 
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

TemplateConfigException

public TemplateConfigException(java.lang.String message)

TemplateConfigException

public TemplateConfigException()


Copyright © 2003-2005 SourceForge. All Rights Reserved.