org.granite.generator.exception
Class GenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.granite.generator.exception.GenerationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TemplateException, TemplateUriException
public class GenerationException
- extends Exception
- Author:
- Franck WOLFF
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GenerationException
public GenerationException()
GenerationException
public GenerationException(String message)
GenerationException
public GenerationException(Throwable cause)
GenerationException
public GenerationException(String message,
Throwable cause)