Package com.facebook.buck.core.artifact
Class ArtifactDeclarationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.facebook.buck.core.exceptions.HumanReadableException
-
- com.facebook.buck.core.artifact.ArtifactDeclarationException
-
- All Implemented Interfaces:
ExceptionWithHumanReadableMessage
,Serializable
public class ArtifactDeclarationException extends HumanReadableException
Represents a failure to declare anArtifact
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactDeclarationException(com.facebook.buck.core.artifact.ArtifactDeclarationException.Reason reason, BuildTarget buildTarget, String path)
ArtifactDeclarationException(com.facebook.buck.core.artifact.ArtifactDeclarationException.Reason reason, BuildTarget buildTarget, Path path)
-
Method Summary
-
Methods inherited from class com.facebook.buck.core.exceptions.HumanReadableException
getDependencyStack, getHumanReadableErrorMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ArtifactDeclarationException
public ArtifactDeclarationException(com.facebook.buck.core.artifact.ArtifactDeclarationException.Reason reason, BuildTarget buildTarget, Path path)
-
ArtifactDeclarationException
public ArtifactDeclarationException(com.facebook.buck.core.artifact.ArtifactDeclarationException.Reason reason, BuildTarget buildTarget, String path)
-
-