org.apache.aries.application.management
Class ResolverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.aries.application.management.ResolverException
All Implemented Interfaces:
Serializable

public class ResolverException
extends Exception

Exception thrown by the AriesApplicationResolver interface

See Also:
Serialized Form

Constructor Summary
ResolverException(Exception e)
          Construct from an Exception
ResolverException(String s)
          Construct from a String
 
Method Summary
 List<String> getUnsatisfiedRequirements()
           
 void setUnsatisfiedRequirements(List<String> reqts)
           
 
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

ResolverException

public ResolverException(Exception e)
Construct from an Exception

Parameters:
e -

ResolverException

public ResolverException(String s)
Construct from a String

Parameters:
s -
Method Detail

setUnsatisfiedRequirements

public void setUnsatisfiedRequirements(List<String> reqts)

getUnsatisfiedRequirements

public List<String> getUnsatisfiedRequirements()


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