org.spicefactory.pimento.generator
Class GeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spicefactory.pimento.generator.GeneratorException
- All Implemented Interfaces:
- Serializable
public class GeneratorException
- extends RuntimeException
Exception thrown for any error condition during configuration or source generation.
- Author:
- Jens Halm
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GeneratorException
public GeneratorException(String message,
Throwable cause)
- Creates a new GeneratorException.
- Parameters:
message - the error messagecause - the cause of the error
GeneratorException
public GeneratorException(String message)
- Creates a new GeneratorException.
- Parameters:
message - the error message