org.apache.maven.mercury.builder.api
Class DependencyProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.mercury.builder.api.DependencyProcessorException
All Implemented Interfaces:
java.io.Serializable

public class DependencyProcessorException
extends java.lang.Exception

Version:
$Id: DependencyProcessorException.java 746071 2009-02-20 00:37:19Z hboutemy $
Author:
Oleg Gusakov
See Also:
Serialized Form

Constructor Summary
DependencyProcessorException()
           
DependencyProcessorException(java.lang.String message)
           
DependencyProcessorException(java.lang.String message, java.lang.Throwable cause)
           
DependencyProcessorException(java.lang.Throwable cause)
           
 
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

DependencyProcessorException

public DependencyProcessorException()

DependencyProcessorException

public DependencyProcessorException(java.lang.String message)
Parameters:
message -

DependencyProcessorException

public DependencyProcessorException(java.lang.Throwable cause)
Parameters:
cause -

DependencyProcessorException

public DependencyProcessorException(java.lang.String message,
                                    java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.