org.apache.maven.shared.artifact.filter.collection
Class ArtifactFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
All Implemented Interfaces:
Serializable

public class ArtifactFilterException
extends Exception

Author:
Brian Fox
See Also:
Serialized Form

Constructor Summary
ArtifactFilterException()
           
ArtifactFilterException(String theMessage)
           
ArtifactFilterException(String theMessage, Throwable theCause)
           
ArtifactFilterException(Throwable theCause)
           
 
Method Summary
 
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
 

Constructor Detail

ArtifactFilterException

public ArtifactFilterException()

ArtifactFilterException

public ArtifactFilterException(String theMessage,
                               Throwable theCause)

ArtifactFilterException

public ArtifactFilterException(String theMessage)

ArtifactFilterException

public ArtifactFilterException(Throwable theCause)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.