ShrinkWrap Resolver Maven Archive API 2.0.0-cr-1

org.jboss.shrinkwrap.resolver.api.maven.archive.importer
Class MavenImporterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.shrinkwrap.resolver.api.maven.archive.importer.MavenImporterException
All Implemented Interfaces:
Serializable

public class MavenImporterException
extends RuntimeException

Exception which in raised if importing a Maven project is not successful.

Author:
Karel Piwko
See Also:
Serialized Form

Constructor Summary
MavenImporterException(String msg)
           
MavenImporterException(String msg, 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

MavenImporterException

public MavenImporterException(String msg)

MavenImporterException

public MavenImporterException(String msg,
                              Throwable cause)

ShrinkWrap Resolver Maven Archive API 2.0.0-cr-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.