Class GeneratorException

All Implemented Interfaces:
Serializable

public class GeneratorException extends RuntimeException
An unchecked Exception to wrap all fatal generator exceptions.
Author:
Aaron Digulla
See Also:
  • Constructor Details

    • GeneratorException

      public GeneratorException(String message)
    • GeneratorException

      public GeneratorException(String message, Throwable cause)