|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
CodeGenerationException
public class CodeGenerationException
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.
Constructor Summary | |
---|---|
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 |
---|
public CodeGenerationException(String msg, Exception e)
public CodeGenerationException(String msg)
public CodeGenerationException(Exception e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |