org.apache.felix.scrplugin
Class SCRDescriptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.felix.scrplugin.SCRDescriptorException
All Implemented Interfaces:
java.io.Serializable

public class SCRDescriptorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SCRDescriptorException(java.lang.String message, java.lang.String sourceLocation)
           
SCRDescriptorException(java.lang.String message, java.lang.String sourceLocation, java.lang.Throwable cause)
           
SCRDescriptorException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getSourceLocation()
           
 
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

SCRDescriptorException

public SCRDescriptorException(java.lang.String message,
                              java.lang.String sourceLocation)

SCRDescriptorException

public SCRDescriptorException(java.lang.String message,
                              java.lang.Throwable cause)

SCRDescriptorException

public SCRDescriptorException(java.lang.String message,
                              java.lang.String sourceLocation,
                              java.lang.Throwable cause)
Method Detail

getSourceLocation

public java.lang.String getSourceLocation()


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.