Class GeneratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.mada.jaxrs.generator.api.exceptions.GeneratorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GeneratorBadInputException

public class GeneratorException extends RuntimeException
Wraps any exception throw while parsing or generating code.
See Also:
  • Constructor Details

    • GeneratorException

      public GeneratorException(@Nullable String message, @Nullable Throwable cause)
      Creates a new wrapper exception.
      Parameters:
      message - the exception message
      cause - the cause of the exception