org.apache.maven.mae.depgraph
Class DepGraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.mae.MAEException
              extended by org.apache.maven.mae.depgraph.DepGraphException
All Implemented Interfaces:
Serializable

public class DepGraphException
extends MAEException

See Also:
Serialized Form

Constructor Summary
DepGraphException(String message)
           
DepGraphException(String message, Object... params)
           
DepGraphException(String message, Throwable cause)
           
DepGraphException(String message, Throwable cause, Object... params)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.mae.MAEException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

DepGraphException

public DepGraphException(String message,
                         Object... params)

DepGraphException

public DepGraphException(String message,
                         Throwable cause,
                         Object... params)

DepGraphException

public DepGraphException(String message,
                         Throwable cause)

DepGraphException

public DepGraphException(String message)


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