net.sourceforge.fluxion.spi.exception
Class BadMavenArtifactException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.fluxion.spi.exception.BadMavenArtifactException
- All Implemented Interfaces:
- java.io.Serializable
public class BadMavenArtifactException
- extends java.lang.Exception
An exception that is thrown whenever a Maven artifact is expected but it is
not possible to determine if a real Maven artifact has been encountered.
- Author:
- Tony Burdett
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BadMavenArtifactException
public BadMavenArtifactException()
BadMavenArtifactException
public BadMavenArtifactException(java.lang.String s)
BadMavenArtifactException
public BadMavenArtifactException(java.lang.String s,
java.lang.Throwable throwable)
BadMavenArtifactException
public BadMavenArtifactException(java.lang.Throwable throwable)
Copyright © 2010. All Rights Reserved.