Class UnknownNpmPackageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.jhipster.lite.shared.error.domain.GeneratorException
tech.jhipster.lite.module.domain.npm.UnknownNpmPackageException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class tech.jhipster.lite.shared.error.domain.GeneratorException
GeneratorException.GeneratorExceptionBuilder -
Constructor Summary
ConstructorsConstructorDescriptionUnknownNpmPackageException(NpmPackageName packageName, NpmVersionSource source) -
Method Summary
Methods inherited from class tech.jhipster.lite.shared.error.domain.GeneratorException
badRequest, builder, internalServerError, key, parameters, status, technicalError, technicalErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownNpmPackageException
-