org.jboss.shrinkwrap.resolver.api.maven
Class InvalidEnvironmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.jboss.shrinkwrap.resolver.api.maven.InvalidEnvironmentException
- All Implemented Interfaces:
- Serializable
public class InvalidEnvironmentException
- extends IllegalStateException
Indicates that the current environment does not support PomlessResolveStageBase#loadPomViaPlugin()
; likely this option has been selected while running outside the control of the ShrinkWrap Resolver Maven Plugin.
- Author:
- Andrew Lee Rubinger
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidEnvironmentException
public InvalidEnvironmentException(String message)
- Creates a new instance
- Parameters:
message -
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.