public class ArtifactNotFoundException extends GriffonException
Constructor and Description |
---|
ArtifactNotFoundException(Class<?> clazz) |
ArtifactNotFoundException(Class<? extends GriffonArtifact> clazz,
String name) |
ArtifactNotFoundException(GriffonClass griffonClass,
Throwable cause) |
ArtifactNotFoundException(Throwable cause) |
checkNonBlank, checkNonNull
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ArtifactNotFoundException(@Nonnull GriffonClass griffonClass, @Nonnull Throwable cause)
public ArtifactNotFoundException(@Nonnull Class<? extends GriffonArtifact> clazz, @Nonnull String name)