ShrinkWrap Resolver Maven API 2.0.0-alpha-4

org.jboss.shrinkwrap.resolver.api.maven
Class InvalidEnvironmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by 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

Constructor Summary
InvalidEnvironmentException(String message)
          Creates a new instance
 
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

InvalidEnvironmentException

public InvalidEnvironmentException(String message)
Creates a new instance

Parameters:
message -

ShrinkWrap Resolver Maven API 2.0.0-alpha-4

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