org.apache.tapestry.enhance
Class CodeGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry.enhance.CodeGenerationException
- All Implemented Interfaces:
- Serializable
public class CodeGenerationException
- extends RuntimeException
This is an unrecoverable error during code generation.
It should not occur and would typically be the result
of a bug in the Tapestry code.
- Since:
- 3.0
- Version:
- $Id: CodeGenerationException.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Mindbridge
- See Also:
- Serialized Form
CodeGenerationException
public CodeGenerationException()
CodeGenerationException
public CodeGenerationException(String message)
CodeGenerationException
public CodeGenerationException(String message,
Throwable cause)
CodeGenerationException
public CodeGenerationException(Throwable cause)
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable