org.ops4j.pax.construct.util
Class BndUtils.ExistingInstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ops4j.pax.construct.util.BndUtils.ExistingInstructionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BndUtils

public static class BndUtils.ExistingInstructionException
extends java.lang.RuntimeException

Thrown when a Bnd instruction already exists and can't be overwritten BndUtils.Bnd

See Also:
Serialized Form

Constructor Summary
BndUtils.ExistingInstructionException(java.lang.String directive)
           
 
Method Summary
 java.lang.Throwable fillInStackTrace()
          
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BndUtils.ExistingInstructionException

public BndUtils.ExistingInstructionException(java.lang.String directive)
Parameters:
directive - directive name for the existing instruction
Method Detail

fillInStackTrace

public java.lang.Throwable fillInStackTrace()

Overrides:
fillInStackTrace in class java.lang.Throwable

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Throwable


Copyright © 2007-2008 OPS4J. All Rights Reserved.