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
Wraps any exception throw while parsing or generating code.
- See Also:
-
Constructor Summary
ConstructorDescriptionGeneratorException
(@Nullable String message, @Nullable Throwable cause) Creates a new wrapper exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeneratorException
Creates a new wrapper exception.- Parameters:
message
- the exception messagecause
- the cause of the exception
-