Uses of Class
java.lang.Throwable

Packages that use Throwable
com.intel.bluetooth   
de.cau.cs.kieler.core The base package for classes and interfaces used throughout KIELER. 
de.cau.cs.kieler.core.kivi Base package of the KIELER View Management. 
de.cau.cs.kieler.core.model.m2m Base package for model transformations in KIELER. 
de.cau.cs.kieler.core.model.xtend.util This package contains a collection of utility classes. 
de.cau.cs.kieler.core.ui Base package for common UI contributions in KIELER. 
de.cau.cs.kieler.core.ui.errorhandler This package contains the modified error handlers. 
de.cau.cs.kieler.kaom.diagram.part   
de.cau.cs.kieler.keg.diagram.expressions   
de.cau.cs.kieler.keg.diagram.part   
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 Layout service classes that are used both in the client UI and in server applications. 
de.cau.cs.kieler.kiml.service.formats KIML support for graph formats. 
de.cau.cs.kieler.kiml.ui.service Layout service extensions for the Eclipse UI. 
de.cau.cs.kieler.klots KLOTS plugin. 
de.cau.cs.kieler.klots.util KLOTS utility classes. 
de.cau.cs.kieler.kwebs Central classes needed on server and client side of the layout service. 
de.cau.cs.kieler.kwebs.client
de.cau.cs.kieler.kwebs.client.layout XXX 
de.cau.cs.kieler.kwebs.client.ui XXX 
de.cau.cs.kieler.kwebs.jaxws   
de.cau.cs.kieler.sim.kiem This package contains the basic activator class, the messages.properties file, with the externalized strings and a proxy editor for opening *.execution files with the KiemView. 
de.cau.cs.kieler.sim.kiem.config.exception Includes all Exception classes needed for this plugin. 
de.cau.cs.kieler.sim.kiem.properties This package contains the base classes for the KiemProperties and its types as well as a wrapper class for DataComponents. 
de.cau.cs.kieler.sj.exceptions Exceptions used and needed by SJ. 
de.cau.cs.kieler.synccharts.diagram.expressions   
de.cau.cs.kieler.synccharts.diagram.part   
de.cau.cs.kieler.synccharts.text.actions.bridge Contains glue code classes that bridge between the Xtext label parser and the SyncCharts metamodel resp its editor. 
de.unido.ls5.eti.client This package contains the the classes implementing the client side of the jETI communication protocol. 
java.io Input/Output support 
java.lang Core Java classes 
java.util Utilities 
javax.bluetooth   
javax.microedition.io   
javax.microedition.location Location API 
js.common   
js.tinyvm   
lejos.nxt Access to NXT sensors, motors, etc. 
lejos.pc.comm Communication from the PC to the NXT 
lejos.pc.tools   
lejos.robotics.proposal Support for maps 
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. 
org.json This package contains the JSON implementation for java as it can be found on http://www.json.org/java 
 

Uses of Throwable in com.intel.bluetooth
 

Subclasses of Throwable in com.intel.bluetooth
 class NotImplementedError
          Thrown when current implementation do not implement the functionality.
 class NotImplementedIOException
          Thrown when current implementation do not implement the functionality.
 class NotSupportedIOException
          Thrown when current native implementation can't implement the functionality.
 class NotSupportedRuntimeException
          Thrown when current native implementation can't implement the functionality.
 

Methods in com.intel.bluetooth that return Throwable
static Throwable UtilsJavaSE.initCause(Throwable throwable, Throwable cause)
           
 

Methods in com.intel.bluetooth with parameters of type Throwable
 void DebugLog.LoggerAppender.appendLog(int level, String message, Throwable throwable)
           
static void DebugLog.debug(String message, Throwable t)
           
static void DebugLog.error(String message, Throwable t)
           
static void DebugLog.fatal(String message, Throwable t)
           
static Throwable UtilsJavaSE.initCause(Throwable throwable, Throwable cause)
           
 

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

Subclasses of Throwable in de.cau.cs.kieler.core
 class KielerModelException
          An Exception that indicates problems with certain model elements.
 class WrappedException
          A runtime exception that can be used to wrap checked exceptions.
 

Constructors in de.cau.cs.kieler.core with parameters of type Throwable
WrappedException(Throwable cause)
          Create a wrapped exception.
WrappedException(Throwable cause, String message)
          Create a wrapped exception with additional message.
 

Uses of Throwable in de.cau.cs.kieler.core.kivi
 

Methods in de.cau.cs.kieler.core.kivi with parameters of type Throwable
static void KiVi.error(ICombination responsibleCombination, ITriggerState trigger, Throwable cause)
          Log an error in a Combination that was triggered by a specific Trigger.
static void KiVi.error(Throwable t)
          Log an error.
 

Uses of Throwable in de.cau.cs.kieler.core.model.m2m
 

Subclasses of Throwable in de.cau.cs.kieler.core.model.m2m
 class TransformException
          Thrown when a model transformation fails.
 

Constructors in de.cau.cs.kieler.core.model.m2m with parameters of type Throwable
TransformException(String message, Throwable cause)
          Create a transform exception with a message and a cause.
TransformException(Throwable cause)
          Create a transform exception with a cause.
 

Uses of Throwable in de.cau.cs.kieler.core.model.xtend.util
 

Methods in de.cau.cs.kieler.core.model.xtend.util that return Throwable
 Throwable XtendStatus.getException()
          
 

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

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

Constructors in de.cau.cs.kieler.core.ui with parameters of type Throwable
UnsupportedPartException(String message, Throwable cause)
          Constructs a KIELER exception with given message and cause.
 

Uses of Throwable in de.cau.cs.kieler.core.ui.errorhandler
 

Methods in de.cau.cs.kieler.core.ui.errorhandler with parameters of type Throwable
static boolean InternalErrorDialog.openQuestion(Shell parent, String title, String message, Throwable detail, int defaultIndex)
          Convenience method to open a simple Yes/No question dialog.
 

Constructors in de.cau.cs.kieler.core.ui.errorhandler with parameters of type Throwable
InternalErrorDialog(Shell parentShell, String dialogTitle, Image dialogTitleImage, String dialogMessage, Throwable detailParam, int dialogImageType, String[] dialogButtonLabels, int defaultIndex)
          Create a new dialog.
 

Uses of Throwable in de.cau.cs.kieler.kaom.diagram.part
 

Methods in de.cau.cs.kieler.kaom.diagram.part with parameters of type Throwable
 void KaomDiagramEditorPlugin.logError(String error, Throwable throwable)
           
 void KaomDiagramEditorPlugin.logInfo(String message, Throwable throwable)
           
 

Uses of Throwable in de.cau.cs.kieler.keg.diagram.expressions
 

Methods in de.cau.cs.kieler.keg.diagram.expressions with parameters of type Throwable
protected  void GraphsAbstractExpression.setStatus(int severity, String message, Throwable throwable)
           
 

Uses of Throwable in de.cau.cs.kieler.keg.diagram.part
 

Methods in de.cau.cs.kieler.keg.diagram.part with parameters of type Throwable
 void GraphsDiagramEditorPlugin.logError(String error, Throwable throwable)
           
 void GraphsDiagramEditorPlugin.logInfo(String message, Throwable throwable)
           
 

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

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

Constructors in de.cau.cs.kieler.kiml with parameters of type Throwable
UnsupportedGraphException(String message, Throwable cause)
          Create an unsupported graph exception with a message and a cause.
 

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

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

Constructors in de.cau.cs.kieler.kiml.graphviz.layouter with parameters of type Throwable
GraphvizException(String message, Throwable cause)
          Create a Graphviz exception with a message and a cause.
 

Uses of Throwable in de.cau.cs.kieler.kiml.service
 

Methods in de.cau.cs.kieler.kiml.service with parameters of type Throwable
protected abstract  void ExtensionLayoutDataService.reportError(String extensionPoint, IConfigurationElement element, String attribute, Throwable exception)
          Report an error that occurred while reading extensions.
protected abstract  void LayoutInfoService.reportError(String extensionPoint, IConfigurationElement element, String attribute, Throwable exception)
          Report an error that occurred while reading extensions.
protected abstract  void TransformationService.reportError(String extensionPoint, IConfigurationElement element, String attribute, Throwable exception)
          Report an error that occurred while reading extensions.
 

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

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

Constructors in de.cau.cs.kieler.kiml.service.formats with parameters of type Throwable
TransformationException(String message, Throwable throwable)
          Constructor with a message for enclosing another throwable.
TransformationException(Throwable throwable)
          Constructor for enclosing another throwable.
 

Uses of Throwable in de.cau.cs.kieler.kiml.ui.service
 

Methods in de.cau.cs.kieler.kiml.ui.service with parameters of type Throwable
protected  void EclipseLayoutDataService.reportError(String extensionPoint, IConfigurationElement element, String attribute, Throwable exception)
          Report an error that occurred while reading extensions.
protected  void EclipseLayoutInfoService.reportError(String extensionPoint, IConfigurationElement element, String attribute, Throwable exception)
          Report an error that occurred while reading extensions.
protected  void EclipseTransformationService.reportError(String extensionPoint, IConfigurationElement element, String attribute, Throwable exception)
          Report an error that occurred while reading extensions.
 

Uses of Throwable in de.cau.cs.kieler.klots
 

Subclasses of Throwable in de.cau.cs.kieler.klots
 class KlotsConnectionException
           
 class KlotsExecutionException
           
 

Uses of Throwable in de.cau.cs.kieler.klots.util
 

Methods in de.cau.cs.kieler.klots.util with parameters of type Throwable
 void CommandLogListener.logEvent(Throwable throwable)
          Notification about some progress information.
 

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

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

Methods in de.cau.cs.kieler.kwebs with parameters of type Throwable
protected  void ServiceDataLayoutDataService.reportError(String extensionPoint, IConfigurationElement element, String attribute, Throwable exception)
           
protected abstract  void ServiceDataLayoutDataService.reportError(String message, Throwable throwable)
          To be implemented by sub classes to handle an error.
 

Constructors in de.cau.cs.kieler.kwebs with parameters of type Throwable
LocalServiceException(String message, Throwable throwable)
          Constructor for enclosing another throwable with an additional message.
LocalServiceException(Throwable throwable)
          Constructor for enclosing another throwable.
RemoteServiceException(String message, Throwable throwable)
          Constructor for enclosing another throwable with an additional message.
RemoteServiceException(Throwable throwable)
          Constructor for enclosing another throwable.
 

Uses of Throwable in de.cau.cs.kieler.kwebs.client
 

Methods in de.cau.cs.kieler.kwebs.client that return Throwable
 Throwable AbstractLayoutServiceClient.getLastError()
          Returns the last error occurred.
 Throwable ILayoutServiceClient.getLastError()
          Returns the last error occurred.
 

Methods in de.cau.cs.kieler.kwebs.client with parameters of type Throwable
 void AbstractLayoutServiceClient.setLastError(Throwable thelastError)
          Sets the last error occurred.
 void ILayoutServiceClient.setLastError(Throwable thelastError)
          Sets the last error occurred.
 

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

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

Methods in de.cau.cs.kieler.kwebs.client.layout with parameters of type Throwable
protected  void RemoteLayoutDataService.reportError(String message, Throwable throwable)
          To be implemented by sub classes to handle an error.
 

Methods in de.cau.cs.kieler.kwebs.client.layout that throw Throwable
protected  void RemoteGraphLayoutEngine.finalize()
          
 

Constructors in de.cau.cs.kieler.kwebs.client.layout with parameters of type Throwable
ServiceUnavailableException(Throwable throwable)
          Constructor for enclosing another throwable.
 

Uses of Throwable in de.cau.cs.kieler.kwebs.client.ui
 

Methods in de.cau.cs.kieler.kwebs.client.ui with parameters of type Throwable
protected  void AbstractServerBasedJob.processError(Throwable throwable)
          Can be used by sub classes to display errors occurred during execution.
 

Methods in de.cau.cs.kieler.kwebs.client.ui that throw Throwable
protected  void KWebSStatusBar.finalize()
          
 

Uses of Throwable in de.cau.cs.kieler.kwebs.jaxws
 

Subclasses of Throwable in de.cau.cs.kieler.kwebs.jaxws
 class ServiceFault_Exception
          This class was generated by the JAX-WS RI.
 

Constructors in de.cau.cs.kieler.kwebs.jaxws with parameters of type Throwable
ServiceFault_Exception(String message, ServiceFault faultInfo, Throwable cause)
           
 

Uses of Throwable in de.cau.cs.kieler.sim.kiem
 

Subclasses of Throwable in de.cau.cs.kieler.sim.kiem
 class KiemExecutionException
          The Class KiemExecutionException.
 class KiemInitializationException
          The Class KiemInitializationException.
 class KiemMasterException
          The Class KiemMasterException.
 

Uses of Throwable in de.cau.cs.kieler.sim.kiem.config.exception
 

Subclasses of Throwable in de.cau.cs.kieler.sim.kiem.config.exception
 class AbstractKiemException
          Super class for all Exceptions in the configuration part of KIEM.
 class KiemParserException
          This Exception is thrown when a problem occurred while parsing from the Eclipse Preference Store.
 class ScheduleFileMissingException
          Indicates that the file associated with a given schedule is no longer in the saved location.
 

Constructors in de.cau.cs.kieler.sim.kiem.config.exception with parameters of type Throwable
AbstractKiemException(String message, Throwable cause, Object infoParam)
          Creates a new AbstractKiemException.
AbstractKiemException(Throwable cause, Object infoParam)
          Creates a new AbstractKiemException.
KiemParserException(String message, Throwable cause, Object infoParam)
          Creates a new KiemParserException.
KiemParserException(Throwable cause, Object infoParam)
          Creates a new KiemParserException.
ScheduleFileMissingException(Throwable cause, Object infoParam)
          Creates a new ScheduleFileMissingException.java.
 

Uses of Throwable in de.cau.cs.kieler.sim.kiem.properties
 

Subclasses of Throwable in de.cau.cs.kieler.sim.kiem.properties
 class KiemPropertyException
          The Class KiemPropertyError defines an error that can be thrown by DataComponents if the properties are not correctly set.
 

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

Subclasses of Throwable 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 Throwable in de.cau.cs.kieler.synccharts.diagram.expressions
 

Methods in de.cau.cs.kieler.synccharts.diagram.expressions with parameters of type Throwable
protected  void SyncchartsAbstractExpression.setStatus(int severity, String message, Throwable throwable)
           
 

Uses of Throwable in de.cau.cs.kieler.synccharts.diagram.part
 

Methods in de.cau.cs.kieler.synccharts.diagram.part with parameters of type Throwable
 void SyncchartsDiagramEditorPlugin.logError(String error, Throwable throwable)
           
 void SyncchartsDiagramEditorPlugin.logInfo(String message, Throwable throwable)
           
 

Uses of Throwable in de.cau.cs.kieler.synccharts.text.actions.bridge
 

Subclasses of Throwable in de.cau.cs.kieler.synccharts.text.actions.bridge
 class DiagnosticException
          A KielerModelException that also contains Diagnostic information.
 

Uses of Throwable in de.unido.ls5.eti.client
 

Subclasses of Throwable in de.unido.ls5.eti.client
 class EtiAxisException
          This is a specialised EtiRemoteException where the message text automatically strips the leading class name contained in the FaultString of AxisFault
 class EtiLocalException
          Exception that indicates that something went wrong in the local context of a jETI execution.
 class EtiRemoteException
          Exception that indicates that something went wrong during the remote execution of a tool.
 

Constructors in de.unido.ls5.eti.client with parameters of type Throwable
EtiAxisException(String message, Throwable cause)
           
EtiLocalException(String message, Throwable cause)
          Instanciate a jETI Exception with given message and causing throwable.
EtiLocalException(Throwable cause)
          Instanciate a jETI Exception with causing throwable.
EtiRemoteException(String message, Throwable cause)
          Instanciate a jETI Exception with given message and causing throwable.
EtiRemoteException(String message, Throwable cause, int errorId)
          Instanciate a jETI Exception with given message, causing throwable and error ID.
EtiRemoteException(Throwable cause)
          Instanciate a jETI Exception with causing throwable.
EtiRemoteException(Throwable cause, int errorId)
          Instanciate a jETI Exception with causing throwable and error ID.
 

Uses of Throwable in java.io
 

Subclasses of Throwable in java.io
 class EOFException
          Signals that an end of file or end of stream has been reached unexpectedly during input.
 class FileNotFoundException
           
 class IOException
          Signals that an I/O exception of some sort has occurred.
 class UnsupportedEncodingException
           
 

Uses of Throwable in java.lang
 

Subclasses of Throwable in java.lang
 class ArithmeticException
           
 class ArrayIndexOutOfBoundsException
           
 class ArrayStoreException
           
 class AssertionError
           
 class ClassCastException
           
 class ClassNotFoundException
           
 class CloneNotSupportedException
           
 class Error
           
 class Exception
           
 class IllegalArgumentException
           
 class IllegalMonitorStateException
           
 class IllegalStateException
           
 class IndexOutOfBoundsException
           
 class InterruptedException
           
 class NegativeArraySizeException
           
 class NoClassDefFoundError
           
 class NoSuchFieldError
           
 class NoSuchMethodError
           
 class NullPointerException
           
 class NumberFormatException
           
 class OutOfMemoryError
           
 class RuntimeException
           
 class StackOverflowError
           
 class StringIndexOutOfBoundsException
           
 class ThreadDeath
          This is a special Error, which isn't reported by the VM if uncaught.
 class UnsupportedOperationException
           
 

Uses of Throwable in java.util
 

Subclasses of Throwable 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 Throwable in javax.bluetooth
 

Subclasses of Throwable in javax.bluetooth
 class BluetoothConnectionException
          This BluetoothConnectionException is thrown when a Bluetooth connection (L2CAP, RFCOMM, or OBEX over RFCOMM) cannot be established successfully.
 class BluetoothStateException
          The BluetoothStateException is thrown when a request is made to the Bluetooth system that the system cannot support in its present state.
 class ServiceRegistrationException
          The ServiceRegistrationException is thrown when there is a failure to add a service record to the local Service Discovery Database (SDDB) or to modify an existing service record in the SDDB.
 

Uses of Throwable in javax.microedition.io
 

Subclasses of Throwable in javax.microedition.io
 class ConnectionNotFoundException
           
 

Uses of Throwable in javax.microedition.location
 

Subclasses of Throwable in javax.microedition.location
 class LandmarkException
          The LandmarkException is thrown when an error related to handling landmarks has occurred.
 class LocationException
          The LocationException is thrown when a location API specific error has occurred.
 

Uses of Throwable in js.common
 

Subclasses of Throwable in js.common
 class ToolException
          Generic tool exception.
 

Constructors in js.common with parameters of type Throwable
ToolException(String message, Throwable cause)
           
ToolException(Throwable cause)
           
 

Uses of Throwable in js.tinyvm
 

Subclasses of Throwable in js.tinyvm
 class TinyVMException
          Generic tiny vm exception.
 

Constructors in js.tinyvm with parameters of type Throwable
TinyVMException(String message, Throwable cause)
           
TinyVMException(Throwable cause)
           
 

Uses of Throwable in lejos.nxt
 

Subclasses of Throwable in lejos.nxt
 class FlashError
           
 

Uses of Throwable in lejos.pc.comm
 

Subclasses of Throwable in lejos.pc.comm
 class BlueZException
          Exception thrown by the jbluez library.
 class NXTCommException
          An exception thrown by a NXTComm implementation.
 

Methods in lejos.pc.comm with parameters of type Throwable
protected  void NXTCommLoggable.log(Throwable t)
          Log an exception to all the log listeners
 void NXTCommLogListener.logEvent(Throwable throwable)
           
 

Constructors in lejos.pc.comm with parameters of type Throwable
NXTCommException(String arg0, Throwable arg1)
           
NXTCommException(Throwable arg0)
           
 

Uses of Throwable in lejos.pc.tools
 

Subclasses of Throwable in lejos.pc.tools
 class NXJUploadException
           
 

Methods in lejos.pc.tools with parameters of type Throwable
 void ToolsLogger.logEvent(Throwable throwable)
           
 

Constructors in lejos.pc.tools with parameters of type Throwable
NXJUploadException(String arg0, Throwable arg1)
           
NXJUploadException(Throwable arg0)
           
 

Uses of Throwable in lejos.robotics.proposal
 

Subclasses of Throwable in lejos.robotics.proposal
 class DestinationUnreachableException
           
 

Uses of Throwable in net.ogdf.bin
 

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

Constructors in net.ogdf.bin with parameters of type Throwable
OgdfServerException(String message, Throwable cause)
          Constructs a new server exception with a detail message and a cause.
 

Uses of Throwable in org.apache.bcel.classfile
 

Subclasses of Throwable 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 Throwable in org.apache.bcel.generic
 

Subclasses of Throwable in org.apache.bcel.generic
 class ClassGenException
          Thrown on internal errors.
 class TargetLostException
          Thrown by InstructionList.remove() when one or multiple disposed instruction are still being referenced by a InstructionTargeter object.
 

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

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

Methods in org.apache.bcel.verifier.exc with parameters of type Throwable
static String Utility.getStackTrace(Throwable t)
          This method returns the stack trace of a Throwable instance as a String.
 

Uses of Throwable in org.json
 

Subclasses of Throwable in org.json
 class JSONException
          The JSONException is thrown by the JSON.org classes then things are amiss.
 

Methods in org.json that return Throwable
 Throwable JSONException.getCause()
           
 

Constructors in org.json with parameters of type Throwable
JSONException(Throwable t)