Uses of Class
java.lang.RuntimeException

Packages that use RuntimeException
info.dmtree Device Management Tree Package Version 1.0. 
java.lang   
java.lang.reflect   
java.security   
java.util   
org.apache.felix.framework.resolver   
org.apache.felix.gogo.runtime   
org.apache.felix.mosgi.jmx.agent.mx4j   
org.osgi.framework Framework Package Version 1.5. 
org.osgi.service.blueprint.container Blueprint Container Package Version 1.0. 
org.osgi.service.component Service Component Package Version 1.1. 
 

Uses of RuntimeException in info.dmtree
 

Subclasses of RuntimeException in info.dmtree
 class DmtIllegalStateException
          Unchecked illegal state exception.
 

Uses of RuntimeException in java.lang
 

Subclasses of RuntimeException in java.lang
 class ArithmeticException
           
 class ArrayIndexOutOfBoundsException
           
 class ArrayStoreException
           
 class ClassCastException
           
 class IllegalArgumentException
           
 class IllegalMonitorStateException
           
 class IllegalStateException
           
 class IllegalThreadStateException
           
 class IndexOutOfBoundsException
           
 class NegativeArraySizeException
           
 class NullPointerException
           
 class NumberFormatException
           
 class SecurityException
           
 class StringIndexOutOfBoundsException
           
 class UnsupportedOperationException
           
 

Uses of RuntimeException in java.lang.reflect
 

Subclasses of RuntimeException in java.lang.reflect
 class UndeclaredThrowableException
           
 

Uses of RuntimeException in java.security
 

Subclasses of RuntimeException in java.security
 class AccessControlException
           
 class InvalidParameterException
           
 class ProviderException
           
 

Uses of RuntimeException in java.util
 

Subclasses of RuntimeException in java.util
 class ConcurrentModificationException
           
 class EmptyStackException
           
 class MissingResourceException
           
 class NoSuchElementException
           
 

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

Subclasses of RuntimeException in org.apache.felix.framework.resolver
 class ResolveException
           
 

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

Subclasses of RuntimeException 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 RuntimeException in org.apache.felix.mosgi.jmx.agent.mx4j
 

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

Uses of RuntimeException in org.osgi.framework
 

Subclasses of RuntimeException in org.osgi.framework
 class ServiceException
          A service exception used to indicate that a service problem occurred.
 

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

Subclasses of RuntimeException 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.
 

Uses of RuntimeException in org.osgi.service.component
 

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



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