Class GeneratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.jhipster.lite.error.domain.GeneratorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MandatoryReplacementException, UnknownDockerImageException, UnknownNpmPackageException, UnknownProjectException

public class GeneratorException extends RuntimeException
See Also:
  • Constructor Details

    • GeneratorException

      public GeneratorException(String message)
    • GeneratorException

      public GeneratorException(String message, Throwable cause)