org.intamap.generators
Class GeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.intamap.generators.GeneratorException
- All Implemented Interfaces:
- Serializable
public class GeneratorException
- extends Exception
Models an exception thrown during generating from a response.
- Author:
- Richard Jones
- See Also:
- Serialized Form
GeneratorException
public GeneratorException()
- Creates an empty generator exception.
GeneratorException
public GeneratorException(String message)
- Creates a generator exception with the given message.
- Parameters:
message - the message
getMessage
public String getMessage()
- Returns the message.
- Overrides:
getMessage in class Throwable
- Returns:
- the message;