org.apache.beehive.controls.runtime.generator
Class CodeGenerationException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by CodeGenerationException
All Implemented Interfaces:
Serializable

public class CodeGenerationException
extends RuntimeException

A simple exception wrapper class used for code generation failures. These is a runtime exception, because user errors that result in code generation failures are reported through the APT messager class.

See Also:
Serialized Form

Constructor Summary
CodeGenerationException()
           
CodeGenerationException(Exception e)
           
CodeGenerationException(String msg)
           
CodeGenerationException(String msg, Exception e)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeGenerationException

public CodeGenerationException()

CodeGenerationException

public CodeGenerationException(String msg,
                               Exception e)

CodeGenerationException

public CodeGenerationException(String msg)

CodeGenerationException

public CodeGenerationException(Exception e)