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,v 1.3 2004/01/19 21:32:19 hlship Exp $
- 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