|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception fr.umlv.tatoo.cc.common.generator.GeneratorException
public class GeneratorException
An exception raised by the generator. In general this exception wrap its cause.
Constructor Summary | |
---|---|
GeneratorException(String message)
Creates a generator exception. |
|
GeneratorException(String message,
Throwable cause)
Creates a generator exception. |
|
GeneratorException(Throwable cause)
Creates a generator exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 |
---|
public GeneratorException(String message)
message
- message of the exceptionpublic GeneratorException(String message, Throwable cause)
message
- message of the exceptioncause
- cause of the exception, may be nullpublic GeneratorException(Throwable cause)
cause
- cause of the exception, may be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |