Class GenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jsonschema2pojo.exception.GenerationException
All Implemented Interfaces:
Serializable

public class GenerationException extends RuntimeException
Represents an unexpected error during Java code generation.
See Also:
  • Constructor Details

    • GenerationException

      public GenerationException(String message, Throwable cause)
    • GenerationException

      public GenerationException(String message)
    • GenerationException

      public GenerationException(Throwable cause)
    • GenerationException

      public GenerationException(String message, ClassNotFoundException cause)