|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jaffa.tools.patternengine.PatternGeneratorException
This exception is thrown if any error occurs during code generation.
| Constructor Summary | |
PatternGeneratorException()
Creates new PatternGeneratorException without detail message. |
|
PatternGeneratorException(String msg)
Constructs an PatternGeneratorException with the specified detail message. |
|
PatternGeneratorException(String msg,
Throwable cause)
Constructs an PatternGeneratorException with the specified detail message and cause. |
|
PatternGeneratorException(Throwable cause)
Constructs an PatternGeneratorException with the specified cause. |
|
| 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 PatternGeneratorException()
PatternGeneratorException without detail message.
public PatternGeneratorException(String msg)
PatternGeneratorException with the specified detail message.
msg - the detail message.
public PatternGeneratorException(String msg,
Throwable cause)
PatternGeneratorException with the specified detail message and cause.
msg - the detail message.cause - the cause.public PatternGeneratorException(Throwable cause)
PatternGeneratorException with the specified cause.
cause - the cause.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||