org.apache.tapestry.enhance
Class CodeGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
CodeGenerationException()
           
CodeGenerationException(String message)
           
CodeGenerationException(String message, Throwable cause)
           
CodeGenerationException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

CodeGenerationException

public CodeGenerationException()

CodeGenerationException

public CodeGenerationException(String message)

CodeGenerationException

public CodeGenerationException(String message,
                               Throwable cause)

CodeGenerationException

public CodeGenerationException(Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable