org.grinvin.generators

Class GeneratorException


public class GeneratorException
extends Exception

Indicates that something went wrong in the generator.

Constructor Summary

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

Constructor Details

GeneratorException

public GeneratorException(String msg)
Constructs an instance of GeneratorException with the specified detail message.
Parameters:
msg - the detail message.

GeneratorException

public GeneratorException(String msg,
                          Throwable cause)
Constructs an instance of GeneratorException with the specified detail message and cause
Parameters:
msg - the detail message.
cause - Underlying cause for this exception