org.grinvin.generators
Class GeneratorException
Exception
org.grinvin.generators.GeneratorException
public class GeneratorException
extends Exception
Indicates that something went wrong in the generator.
GeneratorException(String msg) - Constructs an instance of
GeneratorException
with the specified detail message.
|
GeneratorException(String msg, Throwable cause) - Constructs an instance of
GeneratorException
with the specified detail message and cause
|
GeneratorException
public GeneratorException(String msg)
Constructs an instance of GeneratorException
with the specified detail message.
msg
- the detail message.
GeneratorException
public GeneratorException(String msg,
Throwable cause)
Constructs an instance of GeneratorException
with the specified detail message and cause
msg
- the detail message.cause
- Underlying cause for this exception