| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.jaffa.tools.patternengine.PatternGeneratorException
PatternGeneratorException | public class PatternGeneratorException extends java.lang.Exception (Code) | | This exception is thrown if any error occurs during code generation.
|
PatternGeneratorException | public PatternGeneratorException()(Code) | | Creates new PatternGeneratorException without detail message.
|
PatternGeneratorException | public PatternGeneratorException(String msg)(Code) | | Constructs an PatternGeneratorException with the specified detail message.
Parameters: msg - the detail message. |
PatternGeneratorException | public PatternGeneratorException(String msg, Throwable cause)(Code) | | Constructs an PatternGeneratorException with the specified detail message and cause.
Parameters: msg - the detail message. Parameters: cause - the cause. |
PatternGeneratorException | public PatternGeneratorException(Throwable cause)(Code) | | Constructs an PatternGeneratorException with the specified cause.
Parameters: cause - the cause. |
|
|
|