org.apache.maven.verifier
Class UnsatisfiedDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.MavenException
              extended by org.apache.maven.verifier.UnsatisfiedDependencyException
All Implemented Interfaces:
java.io.Serializable

public class UnsatisfiedDependencyException
extends MavenException

Specialized unsatisfied dependency exception.

Version:
$Id: UnsatisfiedDependencyException.java 517014 2007-03-11 21:15:50Z ltheussl $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
UnsatisfiedDependencyException(java.lang.String message)
          Constructs a UnsatisfiedDependencyException with the specified detail message.
 
Method Summary
 
Methods inherited from class org.apache.maven.MavenException
getException
 
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

UnsatisfiedDependencyException

public UnsatisfiedDependencyException(java.lang.String message)
Constructs a UnsatisfiedDependencyException with the specified detail message.

Parameters:
message - Detailed message.


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.