org.jboss.shrinkwrap.resolver.api.maven.archive.importer
Class MavenImporterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MavenImporterException
public MavenImporterException(String msg)
MavenImporterException
public MavenImporterException(String msg,
Throwable cause)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.