Uses of Class
java.lang.Throwable

Packages that use Throwable
info.dmtree Device Management Tree Package Version 1.0. 
java.io   
java.lang   
java.lang.reflect   
java.net   
java.security   
java.security.acl   
java.security.cert   
java.security.spec   
java.text   
java.util   
java.util.jar   
java.util.zip   
javax.microedition.io   
javax.servlet   
org.apache.felix.dm.impl   
org.apache.felix.dm.impl.dependencies   
org.apache.felix.dm.runtime   
org.apache.felix.dm.test.bundle.annotation.aspectlifecycledynamicproxy   
org.apache.felix.eventadmin.impl.util   
org.apache.felix.fileinstall.internal   
org.apache.felix.framework   
org.apache.felix.framework.resolver   
org.apache.felix.gogo.runtime   
org.apache.felix.gogo.shell   
org.apache.felix.http.base.internal.context   
org.apache.felix.http.base.internal.logger   
org.apache.felix.http.jetty.internal   
org.apache.felix.ipojo   
org.apache.felix.ipojo.composite.service.provides   
org.apache.felix.ipojo.handler.temporal   
org.apache.felix.ipojo.handlers.dependency   
org.apache.felix.ipojo.junit4osgi   
org.apache.felix.ipojo.junit4osgi.command   
org.apache.felix.ipojo.junit4osgi.impl   
org.apache.felix.ipojo.junit4osgi.plugin   
org.apache.felix.ipojo.junit4osgi.plugin.log   
org.apache.felix.ipojo.transaction   
org.apache.felix.ipojo.util   
org.apache.felix.jmood.core   
org.apache.felix.jmood.utils   
org.apache.felix.metatype.internal   
org.apache.felix.mosgi.jmx.agent.mx4j   
org.apache.felix.mosgi.jmx.agent.mx4j.loading   
org.apache.felix.mosgi.jmx.agent.mx4j.log   
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http   
org.apache.felix.mosgi.jmx.rmiconnector   
org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote   
org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi   
org.apache.felix.prefs.impl   
org.apache.felix.scr.impl   
org.apache.felix.scr.impl.helper   
org.apache.felix.scr.impl.manager   
org.apache.felix.servicebinder   
org.apache.felix.upnp.basedriver.tool   
org.apache.felix.useradmin.impl   
org.apache.felix.webconsole   
org.osgi.framework Framework Package Version 1.5. 
org.osgi.service.application Application Package Version 1.1. 
org.osgi.service.blueprint.container Blueprint Container Package Version 1.0. 
org.osgi.service.cm Configuration Admin Package Version 1.3. 
org.osgi.service.component Service Component Package Version 1.1. 
org.osgi.service.deploymentadmin Deployment Admin Package Version 1.1. 
org.osgi.service.deploymentadmin.spi Deployment Admin SPI Package Version 1.0. 
org.osgi.service.http Http Service Package Version 1.2. 
org.osgi.service.log Log Service Package Version 1.3. 
org.osgi.service.prefs Preferences Service Package Version 1.1. 
org.osgi.service.upnp UPnP Package Version 1.1. 
org.osgi.service.wireadmin Wire Admin Package Version 1.0. 
 

Uses of Throwable in info.dmtree
 

Subclasses of Throwable in info.dmtree
 class DmtException
          Checked exception received when a DMT operation fails.
 class DmtIllegalStateException
          Unchecked illegal state exception.
 

Methods in info.dmtree that return Throwable
 Throwable DmtException.getCause()
          Get the cause of this exception.
 Throwable DmtIllegalStateException.getCause()
          Returns the cause of this exception or null if no cause was set.
 Throwable[] DmtException.getCauses()
          Get all causes of this exception.
 Throwable DmtIllegalStateException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Methods in info.dmtree with parameters of type Throwable
 Throwable DmtIllegalStateException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Constructors in info.dmtree with parameters of type Throwable
DmtException(String[] path, int code, String message, Throwable cause)
          Create an instance of the exception, specifying the target node as an array of path segments, and specifying the cause exception.
DmtException(String uri, int code, String message, Throwable cause)
          Create an instance of the exception, specifying the cause exception.
DmtIllegalStateException(String message, Throwable cause)
          Create an instance of the exception with the specified message and cause exception.
DmtIllegalStateException(Throwable cause)
          Create an instance of the exception with the specified cause exception and no message.
 

Uses of Throwable in java.io
 

Subclasses of Throwable in java.io
 class CharConversionException
           
 class EOFException
           
 class FileNotFoundException
           
 class InterruptedIOException
           
 class InvalidClassException
           
 class InvalidObjectException
           
 class IOException
           
 class NotActiveException
           
 class NotSerializableException
           
 class ObjectStreamException
           
 class OptionalDataException
           
 class StreamCorruptedException
           
 class SyncFailedException
           
 class UnsupportedEncodingException
           
 class UTFDataFormatException
           
 class WriteAbortedException
           
 

Uses of Throwable in java.lang
 

Subclasses of Throwable in java.lang
 class AbstractMethodError
           
 class ArithmeticException
           
 class ArrayIndexOutOfBoundsException
           
 class ArrayStoreException
           
 class ClassCastException
           
 class ClassCircularityError
           
 class ClassFormatError
           
 class ClassNotFoundException
           
 class CloneNotSupportedException
           
 class Error
           
 class Exception
           
 class ExceptionInInitializerError
           
 class IllegalAccessError
           
 class IllegalAccessException
           
 class IllegalArgumentException
           
 class IllegalMonitorStateException
           
 class IllegalStateException
           
 class IllegalThreadStateException
           
 class IncompatibleClassChangeError
           
 class IndexOutOfBoundsException
           
 class InstantiationError
           
 class InstantiationException
           
 class InternalError
           
 class InterruptedException
           
 class LinkageError
           
 class NegativeArraySizeException
           
 class NoClassDefFoundError
           
 class NoSuchFieldError
           
 class NoSuchFieldException
           
 class NoSuchMethodError
           
 class NoSuchMethodException
           
 class NullPointerException
           
 class NumberFormatException
           
 class OutOfMemoryError
           
 class RuntimeException
           
 class SecurityException
           
 class StackOverflowError
           
 class StringIndexOutOfBoundsException
           
 class ThreadDeath
           
 class UnknownError
           
 class UnsatisfiedLinkError
           
 class UnsupportedClassVersionError
           
 class UnsupportedOperationException
           
 class VerifyError
           
 class VirtualMachineError
           
 

Methods in java.lang that return Throwable
 Throwable Throwable.fillInStackTrace()
           
 Throwable ExceptionInInitializerError.getException()
           
 Throwable ClassNotFoundException.getException()
           
 

Methods in java.lang with parameters of type Throwable
 void ThreadGroup.uncaughtException(Thread var0, Throwable var1)
           
 

Methods in java.lang that throw Throwable
protected  void Object.finalize()
           
 

Constructors in java.lang with parameters of type Throwable
ClassNotFoundException(String var0, Throwable var1)
           
ExceptionInInitializerError(Throwable var0)
           
 

Uses of Throwable in java.lang.reflect
 

Subclasses of Throwable in java.lang.reflect
 class InvocationTargetException
           
 class UndeclaredThrowableException
           
 

Methods in java.lang.reflect that return Throwable
 Throwable InvocationTargetException.getTargetException()
           
 Throwable UndeclaredThrowableException.getUndeclaredThrowable()
           
 

Methods in java.lang.reflect that throw Throwable
 Object InvocationHandler.invoke(Object var0, Method var1, Object[] var2)
           
 

Constructors in java.lang.reflect with parameters of type Throwable
InvocationTargetException(Throwable var0)
           
InvocationTargetException(Throwable var0, String var1)
           
UndeclaredThrowableException(Throwable var0)
           
UndeclaredThrowableException(Throwable var0, String var1)
           
 

Uses of Throwable in java.net
 

Subclasses of Throwable in java.net
 class BindException
           
 class ConnectException
           
 class MalformedURLException
           
 class NoRouteToHostException
           
 class ProtocolException
           
 class SocketException
           
 class UnknownHostException
           
 class UnknownServiceException
           
 

Uses of Throwable in java.security
 

Subclasses of Throwable in java.security
 class AccessControlException
           
 class DigestException
           
 class GeneralSecurityException
           
 class InvalidAlgorithmParameterException
           
 class InvalidKeyException
           
 class InvalidParameterException
           
 class KeyException
           
 class KeyManagementException
           
 class KeyStoreException
           
 class NoSuchAlgorithmException
           
 class NoSuchProviderException
           
 class PrivilegedActionException
           
 class ProviderException
           
 class SignatureException
           
 class UnrecoverableKeyException
           
 

Uses of Throwable in java.security.acl
 

Subclasses of Throwable in java.security.acl
 class AclNotFoundException
           
 class LastOwnerException
           
 class NotOwnerException
           
 

Uses of Throwable in java.security.cert
 

Subclasses of Throwable in java.security.cert
 class CertificateEncodingException
           
 class CertificateException
           
 class CertificateExpiredException
           
 class CertificateNotYetValidException
           
 class CertificateParsingException
           
 class CRLException
           
 

Uses of Throwable in java.security.spec
 

Subclasses of Throwable in java.security.spec
 class InvalidKeySpecException
           
 class InvalidParameterSpecException
           
 

Uses of Throwable in java.text
 

Subclasses of Throwable in java.text
 class ParseException
           
 

Uses of Throwable in java.util
 

Subclasses of Throwable in java.util
 class ConcurrentModificationException
           
 class EmptyStackException
           
 class MissingResourceException
           
 class NoSuchElementException
           
 class TooManyListenersException
           
 

Uses of Throwable in java.util.jar
 

Subclasses of Throwable in java.util.jar
 class JarException
           
 

Uses of Throwable in java.util.zip
 

Subclasses of Throwable in java.util.zip
 class DataFormatException
           
 class ZipException
           
 

Uses of Throwable in javax.microedition.io
 

Subclasses of Throwable in javax.microedition.io
 class ConnectionNotFoundException
           
 

Uses of Throwable in javax.servlet
 

Subclasses of Throwable in javax.servlet
 class ServletException
          Defines a general exception a servlet can throw when it encounters difficulty.
 class UnavailableException
          Defines an exception that a servlet throws to indicate that it is permanently or temporarily unavailable.
 

Methods in javax.servlet that return Throwable
 Throwable ServletException.getRootCause()
          Returns the exception that caused this servlet exception.
 

Methods in javax.servlet with parameters of type Throwable
 void GenericServlet.log(String message, Throwable t)
          Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file, prepended by the servlet's name.
 void ServletContext.log(String message, Throwable throwable)
          Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
 

Constructors in javax.servlet with parameters of type Throwable
ServletException(String message, Throwable rootCause)
          Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
ServletException(Throwable rootCause)
          Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
 

Uses of Throwable in org.apache.felix.dm.impl
 

Methods in org.apache.felix.dm.impl with parameters of type Throwable
protected  void Logger.doLog(ServiceReference sr, int level, String msg, Throwable throwable)
           
 void Logger.log(int level, String msg, Throwable throwable)
           
 void Logger.log(ServiceReference sr, int level, String msg, Throwable throwable)
           
 

Methods in org.apache.felix.dm.impl that throw Throwable
 Object DefaultNullObject.invoke(Object proxy, Method method, Object[] args)
          Invokes a method on this null object.
 

Uses of Throwable in org.apache.felix.dm.impl.dependencies
 

Methods in org.apache.felix.dm.impl.dependencies that throw Throwable
 Object TemporalServiceDependencyImpl.invoke(Object proxy, Method method, Object[] args)
           
 

Uses of Throwable in org.apache.felix.dm.runtime
 

Methods in org.apache.felix.dm.runtime with parameters of type Throwable
 void Log.debug(String format, Throwable t, Object... args)
           
 void Log.error(String format, Throwable t, Object... args)
           
 void Log.info(String format, Throwable t, Object... args)
           
 void Log.warn(String format, Throwable t, Object... args)
           
 

Uses of Throwable in org.apache.felix.dm.test.bundle.annotation.aspectlifecycledynamicproxy
 

Methods in org.apache.felix.dm.test.bundle.annotation.aspectlifecycledynamicproxy that throw Throwable
 Object ServiceProviderAspect.invoke(Object proxy, Method method, Object[] args)
           
 

Uses of Throwable in org.apache.felix.eventadmin.impl.util
 

Methods in org.apache.felix.eventadmin.impl.util with parameters of type Throwable
 void LogWrapper.log(int level, String msg, Throwable ex)
          Log a message with the given log level and the associated exception.
 void LogWrapper.log(ServiceReference sr, int level, String msg, Throwable ex)
          Log a message with the given log level, the associated service reference and exception.
 

Uses of Throwable in org.apache.felix.fileinstall.internal
 

Methods in org.apache.felix.fileinstall.internal with parameters of type Throwable
static void Util.log(BundleContext context, int logLevel, int msgLevel, String message, Throwable e)
          Log a message and optional throwable.
 

Uses of Throwable in org.apache.felix.framework
 

Methods in org.apache.felix.framework with parameters of type Throwable
protected  void Logger.doLog(Bundle bundle, ServiceReference sr, int level, String msg, Throwable throwable)
           
 void Logger.log(Bundle bundle, int level, String msg, Throwable throwable)
           
 void Logger.log(int level, String msg, Throwable throwable)
           
 void Logger.log(ServiceReference sr, int level, String msg, Throwable throwable)
           
 

Methods in org.apache.felix.framework that throw Throwable
 Object URLHandlersStreamHandlerProxy.invoke(Object obj, Method method, Object[] params)
           
 

Uses of Throwable in org.apache.felix.framework.resolver
 

Subclasses of Throwable in org.apache.felix.framework.resolver
 class ResolveException
           
 class ResourceNotFoundException
           
 

Uses of Throwable in org.apache.felix.gogo.runtime
 

Subclasses of Throwable in org.apache.felix.gogo.runtime
 class CommandNotFoundException
          Thrown if an unknown command is entered into a shell or passed on the command line
 class EOFError
           
 class SyntaxError
           
 

Uses of Throwable in org.apache.felix.gogo.shell
 

Methods in org.apache.felix.gogo.shell that throw Throwable
 void Procedural._throw(CommandSession session)
           
 

Uses of Throwable in org.apache.felix.http.base.internal.context
 

Methods in org.apache.felix.http.base.internal.context with parameters of type Throwable
 void ServletContextImpl.log(String message, Throwable cause)
           
 

Uses of Throwable in org.apache.felix.http.base.internal.logger
 

Methods in org.apache.felix.http.base.internal.logger with parameters of type Throwable
static void SystemLogger.error(String message, Throwable cause)
           
 void AbstractLogger.log(int level, String message, Throwable cause)
           
 void NopLogger.log(ServiceReference ref, int level, String message, Throwable cause)
           
 void LogServiceLogger.log(ServiceReference ref, int level, String message, Throwable cause)
           
 void ConsoleLogger.log(ServiceReference ref, int level, String message, Throwable cause)
           
static void SystemLogger.warning(String message, Throwable cause)
           
 

Uses of Throwable in org.apache.felix.http.jetty.internal
 

Methods in org.apache.felix.http.jetty.internal with parameters of type Throwable
 void JettyLogger.debug(String msg, Throwable cause)
           
 void JettyLogger.warn(String msg, Throwable cause)
           
 

Uses of Throwable in org.apache.felix.ipojo
 

Subclasses of Throwable in org.apache.felix.ipojo
 class MissingHandlerException
          Missing Handler Exception.
 class UnacceptableConfiguration
          UnacceptableConfiguration occurs when a factory refuses to create an instance.
 

Methods in org.apache.felix.ipojo with parameters of type Throwable
 void Handler.error(String message, Throwable exception)
          Log method (error).
 void ErrorHandler.onError(ComponentInstance instance, String message, Throwable error)
          Method invokes when an error occurred.
 void PrimitiveHandler.onError(Object pojo, Method method, Throwable throwable)
          Callback method called when an error occurs.
 void MethodInterceptor.onError(Object pojo, Method method, Throwable throwable)
          This method is called when the execution throws an exception in the given method.
 void InstanceManager.onError(Object pojo, String methodId, Throwable error)
          Dispatches error method events on registered method interceptors.
 void ErrorHandler.onWarning(ComponentInstance instance, String message, Throwable error)
          Method invokes when a warning occurred.
 void Handler.warn(String message, Throwable exception)
          Log method (warning).
 

Uses of Throwable in org.apache.felix.ipojo.composite.service.provides
 

Subclasses of Throwable in org.apache.felix.ipojo.composite.service.provides
 class CompositionException
          Exception occurs when a composition error occurs.
 

Uses of Throwable in org.apache.felix.ipojo.handler.temporal
 

Methods in org.apache.felix.ipojo.handler.temporal with parameters of type Throwable
 void TemporalDependency.onError(Object pojo, Method method, Throwable throwable)
          A POJO method has thrown an error.
 

Uses of Throwable in org.apache.felix.ipojo.handlers.dependency
 

Methods in org.apache.felix.ipojo.handlers.dependency with parameters of type Throwable
 void Dependency.onError(Object pojo, Method method, Throwable throwable)
          A POJO method has thrown an error.
 

Uses of Throwable in org.apache.felix.ipojo.junit4osgi
 

Methods in org.apache.felix.ipojo.junit4osgi that throw Throwable
 void OSGiTestCase.runBare()
          Extends runBare to release (unget) services after the teardown.
 

Uses of Throwable in org.apache.felix.ipojo.junit4osgi.command
 

Methods in org.apache.felix.ipojo.junit4osgi.command with parameters of type Throwable
 void ResultTableModel.addTest(junit.framework.Test t, Throwable e)
          Adds a test in error.
 

Uses of Throwable in org.apache.felix.ipojo.junit4osgi.impl
 

Methods in org.apache.felix.ipojo.junit4osgi.impl with parameters of type Throwable
 void ResultPrinter.addError(junit.framework.Test test, Throwable t)
          Adds an error.
 void LogServiceImpl.log(int arg0, String arg1, Throwable arg2)
          Logs a message.
 void LogServiceImpl.log(ServiceReference arg0, int arg1, String arg2, Throwable arg3)
          Logs a message.
 

Uses of Throwable in org.apache.felix.ipojo.junit4osgi.plugin
 

Methods in org.apache.felix.ipojo.junit4osgi.plugin with parameters of type Throwable
protected  String Report.getStackTrace(junit.framework.Test test, Throwable e)
          Returns the stack trace as String.
 void XMLReport.testError(junit.framework.Test test, Throwable e, String out, String err, String log)
          A test throws an unexpected errors.
 void XMLReport.testFailed(junit.framework.Test test, Throwable e, String out, String err, String log)
          A test fails.
 

Uses of Throwable in org.apache.felix.ipojo.junit4osgi.plugin.log
 

Methods in org.apache.felix.ipojo.junit4osgi.plugin.log with parameters of type Throwable
 void LogServiceImpl.log(int arg0, String arg1, Throwable arg2)
          Logs a message with an attached exception.
 void LogServiceImpl.log(ServiceReference arg0, int arg1, String arg2, Throwable arg3)
          Logs a message raised by the given service reference associated with an exception.
 

Uses of Throwable in org.apache.felix.ipojo.transaction
 

Methods in org.apache.felix.ipojo.transaction with parameters of type Throwable
 void TransactionnalMethod.onError(Object arg0, Method arg1, Throwable arg2)
           
 

Uses of Throwable in org.apache.felix.ipojo.util
 

Methods in org.apache.felix.ipojo.util with parameters of type Throwable
 void Logger.log(int level, String msg, Throwable exception)
          Logs a message with an exception.
 

Uses of Throwable in org.apache.felix.jmood.core
 

Subclasses of Throwable in org.apache.felix.jmood.core
 class BundleNotAvailableException
           
 class NotImplementedException
           
 class ServiceNotAvailableException
           
 

Constructors in org.apache.felix.jmood.core with parameters of type Throwable
BundleNotAvailableException(String message, Throwable cause)
           
BundleNotAvailableException(Throwable cause)
           
NotImplementedException(String message, Throwable cause)
           
NotImplementedException(Throwable cause)
           
ServiceNotAvailableException(String message, Throwable cause)
           
ServiceNotAvailableException(Throwable cause)
           
 

Uses of Throwable in org.apache.felix.jmood.utils
 

Methods in org.apache.felix.jmood.utils with parameters of type Throwable
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeException(Throwable throwable)
           
 

Uses of Throwable in org.apache.felix.metatype.internal
 

Methods in org.apache.felix.metatype.internal with parameters of type Throwable
static void Activator.log(int level, String message, Throwable exception)
           
static void Activator.log(ServiceReference sr, int level, String message, Throwable exception)
           
 

Uses of Throwable in org.apache.felix.mosgi.jmx.agent.mx4j
 

Subclasses of Throwable in org.apache.felix.mosgi.jmx.agent.mx4j
 class ImplementationException
          Thrown when an internal error in the MX4J implementation is detected.
 

Uses of Throwable in org.apache.felix.mosgi.jmx.agent.mx4j.loading
 

Subclasses of Throwable in org.apache.felix.mosgi.jmx.agent.mx4j.loading
 class MLetParseException
          Thrown when a problem parsing MLet files is encountered
 

Uses of Throwable in org.apache.felix.mosgi.jmx.agent.mx4j.log
 

Methods in org.apache.felix.mosgi.jmx.agent.mx4j.log with parameters of type Throwable
 void Logger.debug(Object message, Throwable t)
           
 void Logger.error(Object message, Throwable t)
           
 void Logger.fatal(Object message, Throwable t)
           
 void Logger.info(Object message, Throwable t)
           
protected  void Logger.log(int priority, Object message, Throwable t)
           
 void Logger.trace(Object message, Throwable t)
           
 void Logger.warn(Object message, Throwable t)
           
 

Uses of Throwable in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
 

Subclasses of Throwable in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
 class HttpException
          HttpException is emitted when an error parsing an HTTP request appears
 

Uses of Throwable in org.apache.felix.mosgi.jmx.rmiconnector
 

Methods in org.apache.felix.mosgi.jmx.rmiconnector with parameters of type Throwable
static void RmiConnectorActivator.log(int prio, String message, Throwable t)
           
 

Uses of Throwable in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote
 

Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote that throw Throwable
 Object ClientProxy.invoke(Object proxy, Method method, Object[] args)
           
 

Uses of Throwable in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi
 

Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi that throw Throwable
 Object RMIConnectionProxy.invoke(Object proxy, Method method, Object[] args)
           
 Object ClientUnmarshaller.invoke(Object proxy, Method method, Object[] args)
           
 Object ClientExceptionCatcher.invoke(Object proxy, Method method, Object[] args)
           
 Object RMIConnectionSubjectInvoker.invoke(Object proxy, Method method, Object[] args)
           
 

Uses of Throwable in org.apache.felix.prefs.impl
 

Methods in org.apache.felix.prefs.impl with parameters of type Throwable
protected  void PreferencesManager.log(int level, String message, Throwable t)
           
 

Uses of Throwable in org.apache.felix.scr.impl
 

Methods in org.apache.felix.scr.impl with parameters of type Throwable
static void Activator.log(int level, Bundle bundle, String message, Throwable ex)
          Method to actually emit the log message.
 void BundleComponentActivator.log(int level, String message, ComponentMetadata metadata, Throwable ex)
          Method to actually emit the log message.
 void BundleComponentActivator.log(int level, String pattern, Object[] arguments, ComponentMetadata metadata, Throwable ex)
          Method to actually emit the log message.
 

Uses of Throwable in org.apache.felix.scr.impl.helper
 

Subclasses of Throwable in org.apache.felix.scr.impl.helper
 class SuitableMethodNotAccessibleException
           
 

Methods in org.apache.felix.scr.impl.helper with parameters of type Throwable
 void Logger.log(int level, String message, ComponentMetadata metadata, Throwable ex)
          Writes a messages for the given ComponentMetadata.
 void Logger.log(int level, String pattern, Object[] arguments, ComponentMetadata metadata, Throwable ex)
          Method to actually emit the log message.
 

Uses of Throwable in org.apache.felix.scr.impl.manager
 

Methods in org.apache.felix.scr.impl.manager with parameters of type Throwable
 void AbstractComponentManager.log(int level, String message, Object[] arguments, Throwable ex)
           
 void AbstractComponentManager.log(int level, String message, Throwable ex)
           
 

Uses of Throwable in org.apache.felix.servicebinder
 

Subclasses of Throwable in org.apache.felix.servicebinder
 class ServiceBinderException
          Exceptions thrown by the ServiceBinder.
 

Uses of Throwable in org.apache.felix.upnp.basedriver.tool
 

Methods in org.apache.felix.upnp.basedriver.tool with parameters of type Throwable
 void Logger.log(int msglevel, String message, Throwable exception)
          Logs a message with an exception.
 

Uses of Throwable in org.apache.felix.useradmin.impl
 

Methods in org.apache.felix.useradmin.impl with parameters of type Throwable
 void Logger.log(int level, String message, Throwable exception)
           
 void Logger.log(ServiceReference ref, int level, String message, Throwable exception)
           
 

Uses of Throwable in org.apache.felix.webconsole
 

Methods in org.apache.felix.webconsole with parameters of type Throwable
 void AbstractWebConsolePlugin.log(int level, String message, Throwable t)
          Calls the GenericServlet.log(String, Throwable) method if the configured log level is less than or equal to the given level.
 

Uses of Throwable in org.osgi.framework
 

Subclasses of Throwable in org.osgi.framework
 class BundleException
          A Framework exception used to indicate that a bundle lifecycle problem occurred.
 class InvalidSyntaxException
          A Framework exception used to indicate that a filter string has an invalid syntax.
 class ServiceException
          A service exception used to indicate that a service problem occurred.
 

Methods in org.osgi.framework that return Throwable
 Throwable BundleException.getCause()
          Returns the cause of this exception or null if no cause was set.
 Throwable InvalidSyntaxException.getCause()
          Returns the cause of this exception or null if no cause was set.
 Throwable BundleException.getNestedException()
          Returns the cause of this exception or null if no cause was specified when this exception was created.
 Throwable FrameworkEvent.getThrowable()
          Returns the exception related to this event.
 Throwable BundleException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 Throwable InvalidSyntaxException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Methods in org.osgi.framework with parameters of type Throwable
 Throwable BundleException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 Throwable InvalidSyntaxException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Constructors in org.osgi.framework with parameters of type Throwable
BundleException(String msg, int type, Throwable cause)
          Creates a BundleException with the specified message, type and exception cause.
BundleException(String msg, Throwable cause)
          Creates a BundleException with the specified message and exception cause.
FrameworkEvent(int type, Bundle bundle, Throwable throwable)
          Creates a Framework event regarding the specified bundle.
InvalidSyntaxException(String msg, String filter, Throwable cause)
          Creates an exception of type InvalidSyntaxException.
ServiceException(String msg, int type, Throwable cause)
          Creates a ServiceException with the specified message, type and exception cause.
ServiceException(String msg, Throwable cause)
          Creates a ServiceException with the specified message and exception cause.
 

Uses of Throwable in org.osgi.service.application
 

Subclasses of Throwable in org.osgi.service.application
 class ApplicationException
          This exception is used to indicate problems related to application lifecycle management.
 

Methods in org.osgi.service.application that return Throwable
 Throwable ApplicationException.getCause()
          Returns the cause of this exception or null if no cause was set.
 

Constructors in org.osgi.service.application with parameters of type Throwable
ApplicationException(int errorCode, String message, Throwable cause)
          Creates a ApplicationException that wraps another exception.
ApplicationException(int errorCode, Throwable cause)
          Creates a ApplicationException that wraps another exception.
 

Uses of Throwable in org.osgi.service.blueprint.container
 

Subclasses of Throwable in org.osgi.service.blueprint.container
 class ComponentDefinitionException
          A Blueprint exception indicating that a component definition is in error.
 class NoSuchComponentException
          A Blueprint exception indicating that a component does not exist in a Blueprint Container.
 class ServiceUnavailableException
          A Blueprint exception indicating that a service is unavailable.
 

Methods in org.osgi.service.blueprint.container that return Throwable
 Throwable BlueprintEvent.getCause()
          Return the cause for this BlueprintEvent.FAILURE event.
 

Constructors in org.osgi.service.blueprint.container with parameters of type Throwable
BlueprintEvent(int type, Bundle bundle, Bundle extenderBundle, String[] dependencies, Throwable cause)
          Create a BlueprintEvent object associated with a failure cause and a set of dependencies.
BlueprintEvent(int type, Bundle bundle, Bundle extenderBundle, Throwable cause)
          Create a BlueprintEvent object associated with a failure cause.
ComponentDefinitionException(String explanation, Throwable cause)
          Creates a Component Definition Exception with the specified message and exception cause.
ComponentDefinitionException(Throwable cause)
          Creates a Component Definition Exception with the exception cause.
ServiceUnavailableException(String message, String filter, Throwable cause)
          Creates a Service Unavailable Exception with the specified message and exception cause.
 

Uses of Throwable in org.osgi.service.cm
 

Subclasses of Throwable in org.osgi.service.cm
 class ConfigurationException
          An Exception class to inform the Configuration Admin service of problems with configuration data.
 

Methods in org.osgi.service.cm that return Throwable
 Throwable ConfigurationException.getCause()
          Returns the cause of this exception or null if no cause was set.
 Throwable ConfigurationException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Methods in org.osgi.service.cm with parameters of type Throwable
 Throwable ConfigurationException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Constructors in org.osgi.service.cm with parameters of type Throwable
ConfigurationException(String property, String reason, Throwable cause)
          Create a ConfigurationException object.
 

Uses of Throwable in org.osgi.service.component
 

Subclasses of Throwable in org.osgi.service.component
 class ComponentException
          Unchecked exception which may be thrown by the Service Component Runtime.
 

Methods in org.osgi.service.component that return Throwable
 Throwable ComponentException.getCause()
          Returns the cause of this exception or null if no cause was set.
 Throwable ComponentException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Methods in org.osgi.service.component with parameters of type Throwable
 Throwable ComponentException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Constructors in org.osgi.service.component with parameters of type Throwable
ComponentException(String message, Throwable cause)
          Construct a new ComponentException with the specified message and cause.
ComponentException(Throwable cause)
          Construct a new ComponentException with the specified cause.
 

Uses of Throwable in org.osgi.service.deploymentadmin
 

Subclasses of Throwable in org.osgi.service.deploymentadmin
 class DeploymentException
          Checked exception received when something fails during any deployment processes.
 

Methods in org.osgi.service.deploymentadmin that return Throwable
 Throwable DeploymentException.getCause()
          Returns the cause of this exception or null if no cause was set.
 Throwable DeploymentException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Methods in org.osgi.service.deploymentadmin with parameters of type Throwable
 Throwable DeploymentException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Constructors in org.osgi.service.deploymentadmin with parameters of type Throwable
DeploymentException(int code, String message, Throwable cause)
          Create an instance of the exception.
 

Uses of Throwable in org.osgi.service.deploymentadmin.spi
 

Subclasses of Throwable in org.osgi.service.deploymentadmin.spi
 class ResourceProcessorException
          Checked exception received when something fails during a call to a Resource Processor.
 

Methods in org.osgi.service.deploymentadmin.spi that return Throwable
 Throwable ResourceProcessorException.getCause()
          Returns the cause of this exception or null if no cause was set.
 Throwable ResourceProcessorException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Methods in org.osgi.service.deploymentadmin.spi with parameters of type Throwable
 Throwable ResourceProcessorException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Constructors in org.osgi.service.deploymentadmin.spi with parameters of type Throwable
ResourceProcessorException(int code, String message, Throwable cause)
          Create an instance of the exception.
 

Uses of Throwable in org.osgi.service.http
 

Subclasses of Throwable in org.osgi.service.http
 class NamespaceException
          A NamespaceException is thrown to indicate an error with the caller's request to register a servlet or resources into the URI namespace of the Http Service.
 

Methods in org.osgi.service.http that return Throwable
 Throwable NamespaceException.getCause()
          Returns the cause of this exception or null if no cause was set.
 Throwable NamespaceException.getException()
          Returns the nested exception.
 Throwable NamespaceException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Methods in org.osgi.service.http with parameters of type Throwable
 Throwable NamespaceException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Constructors in org.osgi.service.http with parameters of type Throwable
NamespaceException(String message, Throwable cause)
          Construct a NamespaceException object with a detail message and a nested exception.
 

Uses of Throwable in org.osgi.service.log
 

Methods in org.osgi.service.log that return Throwable
 Throwable LogEntry.getException()
          Returns the exception object associated with this LogEntry object.
 

Methods in org.osgi.service.log with parameters of type Throwable
 void LogService.log(int level, String message, Throwable exception)
          Logs a message with an exception.
 void LogService.log(ServiceReference sr, int level, String message, Throwable exception)
          Logs a message with an exception associated and a ServiceReference object.
 

Uses of Throwable in org.osgi.service.prefs
 

Subclasses of Throwable in org.osgi.service.prefs
 class BackingStoreException
          Thrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.
 

Methods in org.osgi.service.prefs that return Throwable
 Throwable BackingStoreException.getCause()
          Returns the cause of this exception or null if no cause was set.
 Throwable BackingStoreException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Methods in org.osgi.service.prefs with parameters of type Throwable
 Throwable BackingStoreException.initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 

Constructors in org.osgi.service.prefs with parameters of type Throwable
BackingStoreException(String message, Throwable cause)
          Constructs a BackingStoreException with the specified detail message.
 

Uses of Throwable in org.osgi.service.upnp
 

Subclasses of Throwable in org.osgi.service.upnp
 class UPnPException
          There are several defined error situations describing UPnP problems while a control point invokes actions to UPnPDevices.
 

Uses of Throwable in org.osgi.service.wireadmin
 

Methods in org.osgi.service.wireadmin that return Throwable
 Throwable WireAdminEvent.getThrowable()
          Returns the exception associated with the event, if any.
 

Constructors in org.osgi.service.wireadmin with parameters of type Throwable
WireAdminEvent(ServiceReference reference, int type, Wire wire, Throwable exception)
          Constructs a WireAdminEvent object from the given ServiceReference object, event type, Wire object and exception.
 



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