org.apache.beehive.controls.runtime.generator
Class CodeGenerationException
Object
Throwable
Exception
RuntimeException
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
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 |
CodeGenerationException
public CodeGenerationException()
CodeGenerationException
public CodeGenerationException(String msg,
Exception e)
CodeGenerationException
public CodeGenerationException(String msg)
CodeGenerationException
public CodeGenerationException(Exception e)