Uses of Class
java.lang.RuntimeException

Packages that use RuntimeException
com.intel.bluetooth   
de.cau.cs.kieler.core The base package for classes and interfaces used throughout KIELER. 
de.cau.cs.kieler.core.ui Base package for common UI contributions in KIELER. 
de.cau.cs.kieler.kiml Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.graphviz.layouter Connection of the Graphviz layouter to the KIML interface for automatic layout. 
de.cau.cs.kieler.kiml.service.formats KIML support for graph formats. 
de.cau.cs.kieler.kwebs Central classes needed on server and client side of the layout service. 
de.cau.cs.kieler.kwebs.client.layout XXX 
de.cau.cs.kieler.sim.kiem.config.data This package contains the data storing classes for all managers. 
de.cau.cs.kieler.sj.exceptions Exceptions used and needed by SJ. 
java.lang Core Java classes 
java.util Utilities 
net.ogdf.bin The API for communicating with the ogdf-server. 
org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser. 
org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. 
org.apache.bcel.verifier.exc Exception classes used by JustIce, mostly used internally. 
 

Uses of RuntimeException in com.intel.bluetooth
 

Subclasses of RuntimeException in com.intel.bluetooth
 class NotSupportedRuntimeException
          Thrown when current native implementation can't implement the functionality.
 

Uses of RuntimeException in de.cau.cs.kieler.core
 

Subclasses of RuntimeException in de.cau.cs.kieler.core
 class WrappedException
          A runtime exception that can be used to wrap checked exceptions.
 

Uses of RuntimeException in de.cau.cs.kieler.core.ui
 

Subclasses of RuntimeException in de.cau.cs.kieler.core.ui
 class UnsupportedPartException
          Thrown when a diagram object such as an editor part or edit part is not supported.
 

Uses of RuntimeException in de.cau.cs.kieler.kiml
 

Subclasses of RuntimeException in de.cau.cs.kieler.kiml
 class UnsupportedGraphException
          Thrown when a layout algorithm is executed on a graph that is not supported.
 

Uses of RuntimeException in de.cau.cs.kieler.kiml.graphviz.layouter
 

Subclasses of RuntimeException in de.cau.cs.kieler.kiml.graphviz.layouter
 class GraphvizException
          Represents errors that occurs while calling the Graphviz command-line tool for automatic layout..
 

Uses of RuntimeException in de.cau.cs.kieler.kiml.service.formats
 

Subclasses of RuntimeException in de.cau.cs.kieler.kiml.service.formats
 class TransformationException
          An exception for graph transformation errors.
 

Uses of RuntimeException in de.cau.cs.kieler.kwebs
 

Subclasses of RuntimeException in de.cau.cs.kieler.kwebs
 class LocalServiceException
          .
 class RemoteServiceException
          .
 

Uses of RuntimeException in de.cau.cs.kieler.kwebs.client.layout
 

Subclasses of RuntimeException in de.cau.cs.kieler.kwebs.client.layout
 class ServiceUnavailableException
          .
 

Uses of RuntimeException in de.cau.cs.kieler.sim.kiem.config.data
 

Methods in de.cau.cs.kieler.sim.kiem.config.data with parameters of type RuntimeException
static void Tools.showErrorWithStackTrace(RuntimeException e0, Shell shell)
          Display an error dialog with a message.
 

Uses of RuntimeException in de.cau.cs.kieler.sj.exceptions
 

Subclasses of RuntimeException in de.cau.cs.kieler.sj.exceptions
 class CausalityException
          Exception which should be thrown if a causality problem is detected and the causality check is active.
 class CurTickAlreadyDoneException
          Exception thrown if tick is already done and someone tries to do something in the tick.
 class CurTickNotDoneException
          Exception thrown if a current tick not done.
 class NoPreSignalException
          Exception thrown if a previous status of a signal is not available.
 class PriorityException
          Thrown if there is something wrong with the priority for a thread.
 class ProgramAlreadyTerminatedException
          Exception thrown if someone tries to interact with a terminates SJ program.
 class SignalAlreadyDeclaredException
          Exception thrown if a already declared signal is declared again.
 class SignalNotDeclaredException
          Exception thrown if a signal used by an SJ program is not declared.
 class ThreadException
          Runtime exception which is thrown if something is wrong with a SJThread.
 

Uses of RuntimeException in java.lang
 

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

Uses of RuntimeException in java.util
 

Subclasses of RuntimeException in java.util
 class ConcurrentModificationException
          Exception thrown by Iterators if the underlying connection has been modified during the iteration.
 class EmptyQueueException
          An exception thrown by some Queue class methods to indicate that the Queue is empty
 class EmptyStackException
          An exception thrown by some stack class methods to indicate that the stack is empty
 class NoSuchElementException
          NoSuchElementException is a Exception used with StringTokenizer
 

Uses of RuntimeException in net.ogdf.bin
 

Subclasses of RuntimeException in net.ogdf.bin
 class OgdfServerException
          An exception that is thrown when execution of the OGDF server process fails.
 

Uses of RuntimeException in org.apache.bcel.classfile
 

Subclasses of RuntimeException in org.apache.bcel.classfile
 class ClassFormatException
          Thrown when the BCEL attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
 

Uses of RuntimeException in org.apache.bcel.generic
 

Subclasses of RuntimeException in org.apache.bcel.generic
 class ClassGenException
          Thrown on internal errors.
 

Uses of RuntimeException in org.apache.bcel.verifier.exc
 

Subclasses of RuntimeException in org.apache.bcel.verifier.exc
 class AssertionViolatedException
          Instances of this class should never be thrown.
 class ClassConstraintException
          Instances of this class are thrown by BCEL's class file verifier "JustIce" when a class file to verify does not pass the verification pass 2 as described in the Java Virtual Machine specification, 2nd edition.
 class CodeConstraintException
          Instances of this class are thrown by BCEL's class file verifier "JustIce" when a class file does not pass the verification pass 3.
 class InvalidMethodException
          Instances of this class are thrown by BCEL's class file verifier "JustIce" when the verification of a method is requested that does not exist.
 class LinkingConstraintException
          Instances of this class are thrown by BCEL's class file verifier "JustIce" when a class file to verify does not pass the verification pass 3 because of a violation of a constraint that is usually only verified at run-time (pass 4).
 class LoadingException
          When loading a class file, BCEL will throw an instance of LoadingException if the class file is malformed; so it is not conforming to the "Pass 1" verification process as described in the Java Virtual Machine specification, 2nd.
 class LocalVariableInfoInconsistentException
          A LocalVariableInfoInconsistentException instance is thrown by the LocalVariableInfo class when it detects that the information it holds is inconsistent; this is normally due to inconsistent LocalVariableTable entries in the Code attribute of a certain Method object.
 class StaticCodeConstraintException
          Instances of this class are thrown by BCEL's class file verifier "JustIce" when a class file to verify does not pass the verification pass 3 because of a violation of a static constraint as described in the Java Virtual Machine Specification, 2nd edition, 4.8.1, pages 133-137.
 class StaticCodeInstructionConstraintException
          Instances of this class are thrown by BCEL's class file verifier "JustIce" when a class file to verify does not pass the verification pass 3 because of a violation of a static constraint as described in the Java Virtual Machine Specification, Second edition, 4.8.1, pages 133-137.
 class StaticCodeInstructionOperandConstraintException
          Instances of this class are thrown by BCEL's class file verifier "JustIce" when a class file to verify does not pass the verification pass 3 because of a violation of a static constraint as described in the Java Virtual Machine Specification, Second edition, 4.8.1, pages 133-137.
 class StructuralCodeConstraintException
          Instances of this class are thrown by BCEL's class file verifier "JustIce" when a class file to verify does not pass the verification pass 3 because of a violation of a structural constraint as described in the Java Virtual Machine Specification, 2nd edition, 4.8.2, pages 137-139.
 class VerificationException
          Instances of this class are thrown by BCEL's class file verifier "JustIce" when a class file to verify does not pass one of the verification passes 2 or 3.
 class VerifierConstraintViolatedException
          Instances of this class are thrown by BCEL's class file verifier "JustIce" whenever verification proves that some constraint of a class file (as stated in the Java Virtual Machine Specification, Edition 2) is violated.