Package org.jsonschema2pojo.exception
Class GenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jsonschema2pojo.exception.GenerationException
- All Implemented Interfaces:
Serializable
Represents an unexpected error during Java code generation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGenerationException(String message) GenerationException(String message, ClassNotFoundException cause) GenerationException(String message, Throwable cause) GenerationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GenerationException
-
GenerationException
-
GenerationException
-
GenerationException
-