org.jcoderz.phoenix.templategen
Class TemplateGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jcoderz.phoenix.templategen.TemplateGeneratorException
All Implemented Interfaces:
Serializable

public class TemplateGeneratorException
extends Exception

Author:
Albrecht Messner
See Also:
Serialized Form

Constructor Summary
TemplateGeneratorException(String message)
           
TemplateGeneratorException(String message, Throwable 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

TemplateGeneratorException

public TemplateGeneratorException(String message)

TemplateGeneratorException

public TemplateGeneratorException(String message,
                                  Throwable cause)


Copyright 2007 The jCoderZ Project.