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:
Serializable

public class SCRDescriptorException
extends Exception

See Also:
Serialized Form

Constructor Summary
SCRDescriptorException(String message, JavaTag tag)
           
SCRDescriptorException(String message, JavaTag tag, Throwable cause)
           
SCRDescriptorException(String message, String sourceLocation, int lineNumber)
           
SCRDescriptorException(String message, String sourceLocation, int lineNumber, Throwable cause)
           
 
Method Summary
 int getLineNumber()
           
 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(String message,
                              JavaTag tag)

SCRDescriptorException

public SCRDescriptorException(String message,
                              String sourceLocation,
                              int lineNumber)

SCRDescriptorException

public SCRDescriptorException(String message,
                              JavaTag tag,
                              Throwable cause)

SCRDescriptorException

public SCRDescriptorException(String message,
                              String sourceLocation,
                              int lineNumber,
                              Throwable cause)
Method Detail

getSourceLocation

public String getSourceLocation()

getLineNumber

public int getLineNumber()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.