Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.color | Provides classes for color spaces. |
java.awt.datatransfer | Provides interfaces and classes for transferring data between and within applications. |
java.awt.dnd | Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI. |
java.awt.event | Provides interfaces and classes for dealing with different types of events fired by AWT components. |
java.awt.geom | Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry. |
java.awt.image | Provides classes for creating and modifying images. |
java.awt.print | Provides classes and interfaces for a general printing API. |
java.beans | Contains classes related to developing beans -- components based on the JavaBeansTM architecture. |
java.dyn | PROVISIONAL API, WORK IN PROGRESS: This package contains dynamic language support provided directly by the Java core class libraries and virtual machine. |
java.io | Provides for system input and output through data streams, serialization and the file system. |
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.lang.annotation | Provides library support for the Java programming language annotation facility. |
java.lang.instrument | Provides services that allow Java programming language agents to instrument programs running on the JVM. |
java.lang.reflect | Provides classes and interfaces for obtaining reflective information about classes and objects. |
java.net | Provides the classes for implementing networking applications. |
java.nio | Defines buffers, which are containers for data, and provides an overview of the other NIO packages. |
java.nio.channels | Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations. |
java.nio.charset | Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters. |
java.nio.file | Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems. |
java.nio.file.attribute | Interfaces and classes providing access to file and file system attributes. |
java.rmi | Provides the RMI package. |
java.rmi.activation | Provides support for RMI Object Activation. |
java.rmi.server | Provides classes and interfaces for supporting the server side of RMI. |
java.security | Provides the classes and interfaces for the security framework. |
java.security.acl | The classes and interfaces in this package have been superseded by classes in the java.security package. |
java.security.cert | Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths. |
java.security.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
java.sql | Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language. |
java.text | Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. |
java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). |
java.util.concurrent | Utility classes commonly useful in concurrent programming. |
java.util.jar | Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file. |
java.util.logging | Provides the classes and interfaces of the JavaTM 2 platform's core logging facilities. |
java.util.prefs | This package allows applications to store and retrieve user and system preference and configuration data. |
java.util.regex | Classes for matching character sequences against patterns specified by regular expressions. |
java.util.zip | Provides classes for reading and writing the standard ZIP and GZIP file formats. |
javax.activation | |
javax.activity | Contains Activity service related exceptions thrown by the ORB machinery during unmarshalling. |
javax.annotation.processing | Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment. |
javax.crypto | Provides the classes and interfaces for cryptographic operations. |
javax.imageio | The main package of the Java Image I/O API. |
javax.imageio.metadata | A package of the Java Image I/O API dealing with reading and writing metadata. |
javax.imageio.spi | A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry. |
javax.imageio.stream | A package of the Java Image I/O API dealing with low-level I/O from files and streams. |
javax.lang.model | Classes and hierarchies of packages used to model the Java programming language. |
javax.lang.model.element | Interfaces used to model elements of the Java programming language. |
javax.lang.model.type | Interfaces used to model Java programming language types. |
javax.management | Provides the core classes for the Java Management Extensions. |
javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
javax.management.monitor | Provides the definition of the monitor classes. |
javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
javax.management.relation | Provides the definition of the Relation Service. |
javax.management.remote | Interfaces for remote access to JMX MBean servers. |
javax.naming | Provides the classes and interfaces for accessing naming services. |
javax.naming.directory | Extends the javax.naming package to provide functionality for accessing directory services. |
javax.naming.ldap | Provides support for LDAPv3 extended operations and controls. |
javax.net.ssl | Provides classes for the secure socket package. |
javax.print | Provides the principal classes and interfaces for the JavaTM Print Service API. |
javax.print.attribute | Provides classes and interfaces that describe the types of JavaTM Print Service attributes and how they can be collected into attribute sets. |
javax.rmi.CORBA | Contains portability APIs for RMI-IIOP. |
javax.script | The scripting API consists of interfaces and classes that define Java TM Scripting Engines and provides a framework for their use in Java applications. |
javax.security.auth | This package provides a framework for authentication and authorization. |
javax.security.auth.callback | This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example). |
javax.security.auth.login | This package provides a pluggable authentication framework. |
javax.security.cert | Provides classes for public key certificates. |
javax.security.sasl | Contains class and interfaces for supporting SASL. |
javax.sound.midi | Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data. |
javax.sound.sampled | Provides interfaces and classes for capture, processing, and playback of sampled audio data. |
javax.sql.rowset | Standard interfaces and base classes for JDBC RowSet
implementations. |
javax.sql.rowset.serial | Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language. |
javax.sql.rowset.spi | The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
javax.swing.tree | Provides classes and interfaces for dealing with
javax.swing.JTree . |
javax.swing.undo | Allows developers to provide support for undo/redo in applications such as text editors. |
javax.transaction | Contains three exceptions thrown by the ORB machinery during unmarshalling. |
javax.transaction.xa | Provides the API that defines the contract between the transaction manager and the resource manager, which allows the transaction manager to enlist and delist resource objects (supplied by the resource manager driver) in JTA transactions. |
javax.xml.bind | Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. |
javax.xml.bind.helpers | JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces. |
javax.xml.crypto | Common classes for XML cryptography. |
javax.xml.crypto.dsig | Classes for generating and validating XML digital signatures. |
javax.xml.datatype | XML/Java Type Mappings. |
javax.xml.parsers | Provides classes allowing the processing of XML documents. |
javax.xml.soap | Provides the API for creating and building SOAP messages. |
javax.xml.stream | |
javax.xml.transform | This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. |
javax.xml.ws | This package contains the core JAX-WS APIs. |
javax.xml.ws.http | This package defines APIs specific to the HTTP binding. |
javax.xml.ws.soap | This package defines APIs specific to the SOAP binding. |
javax.xml.xpath | This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment. |
org.ietf.jgss | This package presents a framework that allows application developers to make use of security services like authentication, data integrity and data confidentiality from a variety of underlying security mechanisms like Kerberos, using a unified API. |
org.omg.CORBA | Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). |
org.omg.CORBA.DynAnyPackage | Provides the exceptions used with the DynAny interface
(InvalidValue ,
Invalid , InvalidSeq , and
TypeMismatch ). |
org.omg.CORBA.ORBPackage | Provides the exception InvalidName , which is thrown
by the method ORB.resolve_initial_references
and the exception InconsistentTypeCode , which is thrown
by the Dynamic Any creation methods in the ORB class. |
org.omg.CORBA.portable | Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. |
org.omg.CORBA.TypeCodePackage | Provides the user-defined exceptions BadKind
and Bounds , which are thrown by methods in
in the class TypeCode . |
org.omg.CosNaming.NamingContextExtPackage | This package contains the following classes, which are used in org.omg.CosNaming.NamingContextExt: |
org.omg.CosNaming.NamingContextPackage | This package contains Exception classes for the org.omg.CosNaming package. |
org.omg.IOP.CodecFactoryPackage | This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec). |
org.omg.IOP.CodecPackage | This package is generated from the IOP::Codec IDL interface definition. |
org.omg.PortableInterceptor | Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB. |
org.omg.PortableInterceptor.ORBInitInfoPackage | This package contains the exceptions and typedefs from the ORBInitInfo
local interface of the PortableInterceptor module specified in the OMG
Portable Interceptor specification,
|
org.omg.PortableServer | Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs. |
org.omg.PortableServer.CurrentPackage | Provides method implementations with access to the identity of the object on which the method was invoked. |
org.omg.PortableServer.POAManagerPackage | Encapsulates the processing state of the POAs it is associated with. |
org.omg.PortableServer.POAPackage | Allows programmers to construct object implementations that are portable between different ORB products. |
org.w3c.dom | Provides the interfaces for the Document Object Model (DOM) which is a
component API of the |
org.w3c.dom.events | |
org.w3c.dom.ls | |
org.xml.sax | This package provides the core SAX APIs. |
Uses of Throwable in java.awt |
---|
Modifier and Type | Class and Description |
---|---|
class |
AWTError
Thrown when a serious Abstract Window Toolkit error has occurred. |
class |
AWTException
Signals that an Absract Window Toolkit exception has occurred. |
class |
FontFormatException
Thrown by method createFont in the Font class to indicate
that the specified font is bad. |
class |
HeadlessException
Thrown when code that is dependent on a keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse. |
class |
IllegalComponentStateException
Signals that an AWT component is not in an appropriate state for the requested operation. |
Uses of Throwable in java.awt.color |
---|
Modifier and Type | Class and Description |
---|---|
class |
CMMException
This exception is thrown if the native CMM returns an error. |
class |
ProfileDataException
This exception is thrown when an error occurs in accessing or processing an ICC_Profile object. |
Uses of Throwable in java.awt.datatransfer |
---|
Modifier and Type | Class and Description |
---|---|
class |
MimeTypeParseException
A class to encapsulate MimeType parsing related exceptions |
class |
UnsupportedFlavorException
Signals that the requested data is not supported in this flavor. |
Uses of Throwable in java.awt.dnd |
---|
Modifier and Type | Class and Description |
---|---|
class |
InvalidDnDOperationException
This exception is thrown by various methods in the java.awt.dnd package. |
Uses of Throwable in java.awt.event |
---|
Modifier and Type | Method and Description |
---|---|
Throwable |
InvocationEvent.getThrowable()
Returns any Throwable caught while executing the Runnable's run()
method. |
Uses of Throwable in java.awt.geom |
---|
Modifier and Type | Class and Description |
---|---|
class |
IllegalPathStateException
The IllegalPathStateException represents an
exception that is thrown if an operation is performed on a path
that is in an illegal state with respect to the particular
operation being performed, such as appending a path segment
to a GeneralPath without an initial moveto. |
class |
NoninvertibleTransformException
The NoninvertibleTransformException class represents
an exception that is thrown if an operation is performed requiring
the inverse of an AffineTransform object but the
AffineTransform is in a non-invertible state. |
Uses of Throwable in java.awt.image |
---|
Modifier and Type | Class and Description |
---|---|
class |
ImagingOpException
The ImagingOpException is thrown if one of the
BufferedImageOp or RasterOp filter methods cannot
process the image. |
class |
RasterFormatException
The RasterFormatException is thrown if there is
invalid layout information in the Raster . |
Uses of Throwable in java.awt.print |
---|
Modifier and Type | Class and Description |
---|---|
class |
PrinterAbortException
The PrinterAbortException class is a subclass of
PrinterException and is used to indicate that a user
or application has terminated the print job while it was in
the process of printing. |
class |
PrinterException
The PrinterException class and its subclasses are used
to indicate that an exceptional condition has occurred in the print
system. |
class |
PrinterIOException
The PrinterIOException class is a subclass of
PrinterException and is used to indicate that an IO error
of some sort has occurred while printing. |
Modifier and Type | Method and Description |
---|---|
Throwable |
PrinterIOException.getCause()
Returns the the cause of this exception (the IOException
that terminated the print job). |
Uses of Throwable in java.beans |
---|
Modifier and Type | Class and Description |
---|---|
class |
IntrospectionException
Thrown when an exception happens during Introspection. |
class |
PropertyVetoException
A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value. |
Uses of Throwable in java.dyn |
---|
Modifier and Type | Class and Description |
---|---|
class |
InvokeDynamicBootstrapError
Thrown to indicate that an invokedynamic instruction has
failed to find its
bootstrap method,
or the bootstrap method has
failed to provide a
CallSite call site with a non-null target
of the correct method type. |
class |
NoAccessException
Thrown to indicate that a caller has attempted to create a method handle which accesses a field, method, or class to which the caller does not have access. |
class |
WrongMethodTypeException
Thrown to indicate that code has attempted to call a method handle via the wrong method type. |
Modifier and Type | Method and Description |
---|---|
static MethodHandle |
MethodHandles.catchException(MethodHandle target,
Class<? extends Throwable> exType,
MethodHandle handler)
PROVISIONAL API, WORK IN PROGRESS: Make a method handle which adapts a target method handle, by running it inside an exception handler. |
static MethodHandle |
MethodHandles.throwException(Class<?> returnType,
Class<? extends Throwable> exType)
Produce a method handle which will throw exceptions of the given exType . |
Modifier and Type | Method and Description | |
---|---|---|
|
MethodHandle.invoke(A... args)
Deprecated. transitional form defined in EDR but removed in PFD |
|
static Object |
MethodHandles.invoke(MethodHandle target,
Object... arguments)
Deprecated. Alias for MethodHandle.invokeVarargs. |
|
|
MethodHandle.invokeExact(A... args)
PROVISIONAL API, WORK IN PROGRESS: Invoke the method handle, allowing any caller signature, but requiring an exact signature match. |
|
|
MethodHandle.invokeGeneric(A... args)
PROVISIONAL API, WORK IN PROGRESS: Invoke the method handle, allowing any caller signature, and performing simple conversions for arguments and return types. |
|
Object |
MethodHandle.invokeVarargs(List<?> arguments)
Equivalent to invokeVarargs(arguments.toArray()) . |
|
static Object |
MethodHandles.invokeVarargs(MethodHandle target,
Object... arguments)
Deprecated. Alias for MethodHandle.invokeVarargs. |
|
Object |
MethodHandle.invokeVarargs(Object... arguments)
PROVISIONAL API, WORK IN PROGRESS: Perform a varargs invocation, passing the arguments in the given array to the method handle, as if via MethodHandle.invokeGeneric(A...) from a call site
which mentions only the type Object , and whose arity is the length
of the argument array. |
Constructor and Description |
---|
InvokeDynamicBootstrapError(String s,
Throwable cause)
Constructs a InvokeDynamicBootstrapError with the specified
detail message and cause. |
NoAccessException(String s,
Throwable cause)
Constructs a NoAccessException with the specified
detail message and cause. |
NoAccessException(Throwable cause)
Constructs a NoAccessException with the specified cause. |
Uses of Throwable in java.io |
---|
Modifier and Type | Class and Description |
---|---|
class |
CharConversionException
Base class for character conversion exceptions. |
class |
EOFException
Signals that an end of file or end of stream has been reached unexpectedly during input. |
class |
FileNotFoundException
Signals that an attempt to open the file denoted by a specified pathname has failed. |
class |
InterruptedIOException
Signals that an I/O operation has been interrupted. |
class |
InvalidClassException
Thrown when the Serialization runtime detects one of the following problems with a Class. |
class |
InvalidObjectException
Indicates that one or more deserialized objects failed validation tests. |
class |
IOError
Thrown when a serious I/O error has occurred. |
class |
IOException
Signals that an I/O exception of some sort has occurred. |
class |
NotActiveException
Thrown when serialization or deserialization is not active. |
class |
NotSerializableException
Thrown when an instance is required to have a Serializable interface. |
class |
ObjectStreamException
Superclass of all exceptions specific to Object Stream classes. |
class |
OptionalDataException
Exception indicating the failure of an object read operation due to unread primitive data, or the end of data belonging to a serialized object in the stream. |
class |
StreamCorruptedException
Thrown when control information that was read from an object stream violates internal consistency checks. |
class |
SyncFailedException
Signals that a sync operation has failed. |
class |
UnsupportedEncodingException
The Character Encoding is not supported. |
class |
UTFDataFormatException
Signals that a malformed string in modified UTF-8 format has been read in a data input stream or by any class that implements the data input interface. |
class |
WriteAbortedException
Signals that one of the ObjectStreamExceptions was thrown during a write operation. |
Modifier and Type | Method and Description |
---|---|
Throwable |
WriteAbortedException.getCause()
Returns the exception that terminated the operation (the cause). |
Constructor and Description |
---|
IOError(Throwable cause)
Constructs a new instance of IOError with the specified cause. |
IOException(String message,
Throwable cause)
Constructs an IOException with the specified detail message
and cause. |
IOException(Throwable cause)
Constructs an IOException with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause ). |
Uses of Throwable in java.lang |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMethodError
Thrown when an application tries to call an abstract method. |
class |
ArithmeticException
Thrown when an exceptional arithmetic condition has occurred. |
class |
ArrayIndexOutOfBoundsException
Thrown to indicate that an array has been accessed with an illegal index. |
class |
ArrayStoreException
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects. |
class |
AssertionError
Thrown to indicate that an assertion has failed. |
class |
ClassCastException
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance. |
class |
ClassCircularityError
Thrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class being loaded. |
class |
ClassFormatError
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file. |
class |
ClassNotFoundException
Thrown when an application tries to load in a class through its string name using: The forName method in class Class . |
class |
CloneNotSupportedException
Thrown to indicate that the clone method in class
Object has been called to clone an object, but that
the object's class does not implement the Cloneable
interface. |
class |
EnumConstantNotPresentException
Thrown when an application tries to access an enum constant by name and the enum type contains no constant with the specified name. |
class |
Error
An Error is a subclass of Throwable
that indicates serious problems that a reasonable application
should not try to catch. |
class |
Exception
The class Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch. |
class |
ExceptionInInitializerError
Signals that an unexpected exception has occurred in a static initializer. |
class |
IllegalAccessError
Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to. |
class |
IllegalAccessException
An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor. |
class |
IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate argument. |
class |
IllegalMonitorStateException
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor. |
class |
IllegalStateException
Signals that a method has been invoked at an illegal or inappropriate time. |
class |
IllegalThreadStateException
Thrown to indicate that a thread is not in an appropriate state for the requested operation. |
class |
IncompatibleClassChangeError
Thrown when an incompatible class change has occurred to some class definition. |
class |
IndexOutOfBoundsException
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. |
class |
InstantiationError
Thrown when an application tries to use the Java new
construct to instantiate an abstract class or an interface. |
class |
InstantiationException
Thrown when an application tries to create an instance of a class using the newInstance method in class
Class , but the specified class object cannot be
instantiated. |
class |
InternalError
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine. |
class |
InterruptedException
Thrown when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or during the activity. |
class |
LinkageError
Subclasses of LinkageError indicate that a class has
some dependency on another class; however, the latter class has
incompatibly changed after the compilation of the former class. |
class |
NegativeArraySizeException
Thrown if an application tries to create an array with negative size. |
class |
NoClassDefFoundError
Thrown if the Java Virtual Machine or a ClassLoader instance
tries to load in the definition of a class (as part of a normal method call
or as part of creating a new instance using the new expression)
and no definition of the class could be found. |
class |
NoSuchFieldError
Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field. |
class |
NoSuchFieldException
Signals that the class doesn't have a field of a specified name. |
class |
NoSuchMethodError
Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method. |
class |
NoSuchMethodException
Thrown when a particular method cannot be found. |
class |
NullPointerException
Thrown when an application attempts to use null in a
case where an object is required. |
class |
NumberFormatException
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format. |
class |
OutOfMemoryError
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector. |
class |
ReflectiveOperationException
Common superclass of exceptions thrown by reflective operations in core reflection. |
class |
RuntimeException
RuntimeException is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine. |
class |
SecurityException
Thrown by the security manager to indicate a security violation. |
class |
StackOverflowError
Thrown when a stack overflow occurs because an application recurses too deeply. |
class |
StringIndexOutOfBoundsException
Thrown by String methods to indicate that an index
is either negative or greater than the size of the string. |
class |
ThreadDeath
An instance of ThreadDeath is thrown in the victim thread
when the (deprecated) Thread.stop() method is invoked. |
class |
TypeNotPresentException
Thrown when an application tries to access a type using a string representing the type's name, but no definition for the type with the specified name can be found. |
class |
UnknownError
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine. |
class |
UnsatisfiedLinkError
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native . |
class |
UnsupportedClassVersionError
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported. |
class |
UnsupportedOperationException
Thrown to indicate that the requested operation is not supported. |
class |
VerifyError
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem. |
class |
VirtualMachineError
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating. |
Modifier and Type | Method and Description |
---|---|
Throwable |
Throwable.fillInStackTrace()
Fills in the execution stack trace. |
Throwable |
ExceptionInInitializerError.getCause()
Returns the cause of this error (the exception that occurred during a static initialization that caused this error to be created). |
Throwable |
ClassNotFoundException.getCause()
Returns the cause of this exception (the exception that was raised if an error occurred while attempting to load the class; otherwise null). |
Throwable |
Throwable.getCause()
Returns the cause of this throwable or null if the
cause is nonexistent or unknown. |
Throwable |
ExceptionInInitializerError.getException()
Returns the exception that occurred during a static initialization that caused this error to be created. |
Throwable |
ClassNotFoundException.getException()
Returns the exception that was raised if an error occurred while attempting to load the class. |
Throwable[] |
Throwable.getSuppressedExceptions()
Returns an array containing all of the exceptions that were suppressed, typically by the try -with-resources
statement, in order to deliver this exception. |
Throwable |
Throwable.initCause(Throwable cause)
Initializes the cause of this throwable to the specified value. |
Modifier and Type | Method and Description |
---|---|
void |
Throwable.addSuppressedException(Throwable exception)
Adds the specified exception to the list of exceptions that were suppressed, typically by the try -with-resources
statement, in order to deliver this exception. |
Throwable |
Throwable.initCause(Throwable cause)
Initializes the cause of this throwable to the specified value. |
void |
Thread.stop(Throwable obj)
Deprecated. This method is inherently unsafe. See Thread.stop()
for details. An additional danger of this
method is that it may be used to generate exceptions that the
target thread is unprepared to handle (including checked
exceptions that the thread could not possibly throw, were it
not for this method).
For more information, see
Why
are Thread.stop, Thread.suspend and Thread.resume Deprecated?. |
void |
ThreadGroup.uncaughtException(Thread t,
Throwable e)
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception, and the thread does not have a specific Thread.UncaughtExceptionHandler
installed. |
void |
Thread.UncaughtExceptionHandler.uncaughtException(Thread t,
Throwable e)
Method invoked when the given thread terminates due to the given uncaught exception. |
Modifier and Type | Method and Description |
---|---|
protected void |
Object.finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
Constructor and Description |
---|
AssertionError(String message,
Throwable cause)
Constructs a new AssertionError with the specified
detail message and cause. |
ClassNotFoundException(String s,
Throwable ex)
Constructs a ClassNotFoundException with the
specified detail message and optional exception that was
raised while loading the class. |
Error(String message,
Throwable cause)
Constructs a new error with the specified detail message and cause. |
Error(Throwable cause)
Constructs a new error with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). |
Exception(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
Exception(Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). |
ExceptionInInitializerError(Throwable thrown)
Constructs a new ExceptionInInitializerError class by
saving a reference to the Throwable object thrown for
later retrieval by the ExceptionInInitializerError.getException() method. |
IllegalArgumentException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
IllegalArgumentException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). |
IllegalStateException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
IllegalStateException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). |
LinkageError(String s,
Throwable cause)
Constructs a LinkageError with the specified detail
message and cause. |
ReflectiveOperationException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
ReflectiveOperationException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause ). |
RuntimeException(String message,
Throwable cause)
Constructs a new runtime exception with the specified detail message and cause. |
RuntimeException(Throwable cause)
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). |
SecurityException(String message,
Throwable cause)
Creates a SecurityException with the specified
detail message and cause. |
SecurityException(Throwable cause)
Creates a SecurityException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
Throwable(String message,
Throwable cause)
Constructs a new throwable with the specified detail message and cause. |
Throwable(Throwable cause)
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause ). |
TypeNotPresentException(String typeName,
Throwable cause)
Constructs a TypeNotPresentException for the named type with the specified cause. |
UnsupportedOperationException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
UnsupportedOperationException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). |
Uses of Throwable in java.lang.annotation |
---|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationFormatError
Thrown when the annotation parser attempts to read an annotation from a class file and determines that the annotation is malformed. |
class |
AnnotationTypeMismatchException
Thrown to indicate that a program has attempted to access an element of an annotation whose type has changed after the annotation was compiled (or serialized). |
class |
IncompleteAnnotationException
Thrown to indicate that a program has attempted to access an element of an annotation type that was added to the annotation type definition after the annotation was compiled (or serialized). |
Constructor and Description |
---|
AnnotationFormatError(String message,
Throwable cause)
Constructs a new AnnotationFormatError with the specified detail message and cause. |
AnnotationFormatError(Throwable cause)
Constructs a new AnnotationFormatError with the specified cause and a detail message of (cause == null ? null : cause.toString()) (which typically contains the class and detail message of cause). |
Uses of Throwable in java.lang.instrument |
---|
Modifier and Type | Class and Description |
---|---|
class |
IllegalClassFormatException
Thrown by an implementation of ClassFileTransformer.transform
when its input parameters are invalid. |
class |
UnmodifiableClassException
Thrown by an implementation of Instrumentation.redefineClasses
when one of the specified classes cannot be modified. |
Uses of Throwable in java.lang.reflect |
---|
Modifier and Type | Class and Description |
---|---|
class |
GenericSignatureFormatError
Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor. |
class |
InvocationTargetException
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor. |
class |
MalformedParameterizedTypeException
Thrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it. |
class |
UndeclaredThrowableException
Thrown by a method invocation on a proxy instance if its invocation handler's invoke method throws a
checked exception (a Throwable that is not assignable
to RuntimeException or Error ) that
is not assignable to any of the exception types declared in the
throws clause of the method that was invoked on the
proxy instance and dispatched to the invocation handler. |
Modifier and Type | Method and Description |
---|---|
Throwable |
UndeclaredThrowableException.getCause()
Returns the cause of this exception (the Throwable
instance wrapped in this UndeclaredThrowableException ,
which may be null ). |
Throwable |
InvocationTargetException.getCause()
Returns the cause of this exception (the thrown target exception, which may be null ). |
Throwable |
InvocationTargetException.getTargetException()
Get the thrown target exception. |
Throwable |
UndeclaredThrowableException.getUndeclaredThrowable()
Returns the Throwable instance wrapped in this
UndeclaredThrowableException , which may be null . |
Modifier and Type | Method and Description |
---|---|
Object |
InvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
Processes a method invocation on a proxy instance and returns the result. |
Constructor and Description |
---|
InvocationTargetException(Throwable target)
Constructs a InvocationTargetException with a target exception. |
InvocationTargetException(Throwable target,
String s)
Constructs a InvocationTargetException with a target exception and a detail message. |
UndeclaredThrowableException(Throwable undeclaredThrowable)
Constructs an UndeclaredThrowableException with the
specified Throwable . |
UndeclaredThrowableException(Throwable undeclaredThrowable,
String s)
Constructs an UndeclaredThrowableException with the
specified Throwable and a detail message. |
Uses of Throwable in java.net |
---|
Modifier and Type | Class and Description |
---|---|
class |
BindException
Signals that an error occurred while attempting to bind a socket to a local address and port. |
class |
HttpRetryException
Thrown to indicate that a HTTP request needs to be retried but cannot be retried automatically, due to streaming mode being enabled. |
class |
MalformedURLException
Thrown to indicate that a malformed URL has occurred. |
class |
NoRouteToHostException
Signals that an error occurred while attempting to connect a socket to a remote address and port. |
class |
PortUnreachableException
Signals that an ICMP Port Unreachable message has been received on a connected datagram. |
class |
ProtocolException
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. |
class |
SocketException
Thrown to indicate that there is an error creating or accessing a Socket. |
class |
SocketTimeoutException
Signals that a timeout has occurred on a socket read or accept. |
class |
UnknownHostException
Thrown to indicate that the IP address of a host could not be determined. |
class |
UnknownServiceException
Thrown to indicate that an unknown service exception has occurred. |
class |
URISyntaxException
Checked exception thrown to indicate that a string could not be parsed as a URI reference. |
Uses of Throwable in java.nio |
---|
Modifier and Type | Class and Description |
---|---|
class |
BufferOverflowException
Unchecked exception thrown when a relative put operation reaches the target buffer's limit. |
class |
BufferUnderflowException
Unchecked exception thrown when a relative get operation reaches the source buffer's limit. |
class |
InvalidMarkException
Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined. |
class |
ReadOnlyBufferException
Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer. |
Uses of Throwable in java.nio.channels |
---|
Modifier and Type | Class and Description |
---|---|
class |
AcceptPendingException
Unchecked exception thrown when an attempt is made to initiate an accept operation on a channel and a previous accept operation has not completed. |
class |
AlreadyConnectedException
Unchecked exception thrown when an attempt is made to connect a SocketChannel that is already connected. |
class |
AsynchronousCloseException
Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O operation. |
class |
CancelledKeyException
Unchecked exception thrown when an attempt is made to use a selection key that is no longer valid. |
class |
ClosedByInterruptException
Checked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel. |
class |
ClosedChannelException
Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that operation. |
class |
ClosedSelectorException
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector. |
class |
ConnectionPendingException
Unchecked exception thrown when an attempt is made to connect a SocketChannel for which a non-blocking connection operation is already in
progress. |
class |
FileLockInterruptionException
Checked exception received by a thread when another thread interrupts it while it is waiting to acquire a file lock. |
class |
IllegalBlockingModeException
Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode. |
class |
IllegalChannelGroupException
Unchecked exception thrown when an attempt is made to open a channel in a group that was not created by the same provider. |
class |
IllegalSelectorException
Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel. |
class |
InterruptedByTimeoutException
Checked exception received by a thread when a timeout elapses before an asynchronous operation completes. |
class |
NoConnectionPendingException
Unchecked exception thrown when the finishConnect method of a SocketChannel is invoked without first
successfully invoking its connect method. |
class |
NonReadableChannelException
Unchecked exception thrown when an attempt is made to read from a channel that was not originally opened for reading. |
class |
NonWritableChannelException
Unchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing. |
class |
NotYetBoundException
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a server socket channel that is not yet bound. |
class |
NotYetConnectedException
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a socket channel that is not yet connected. |
class |
OverlappingFileLockException
Unchecked exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same Java virtual machine, or when another thread is already waiting to lock an overlapping region of the same file. |
class |
ReadPendingException
Unchecked exception thrown when an attempt is made to read from an asynchronous socket channel and a previous read has not completed. |
class |
ShutdownChannelGroupException
Unchecked exception thrown when an attempt is made to construct a channel in a group that is shutdown or the completion handler for an I/O operation cannot be invoked because the channel group has terminated. |
class |
UnresolvedAddressException
Unchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address. |
class |
UnsupportedAddressTypeException
Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported. |
class |
WritePendingException
Unchecked exception thrown when an attempt is made to write to an asynchronous socket channel and a previous write has not completed. |
Modifier and Type | Method and Description |
---|---|
void |
CompletionHandler.failed(Throwable exc,
A attachment)
Invoked when an operation fails. |
Uses of Throwable in java.nio.charset |
---|
Modifier and Type | Class and Description |
---|---|
class |
CharacterCodingException
Checked exception thrown when a character encoding or decoding error occurs. |
class |
CoderMalfunctionError
Error thrown when the decodeLoop method of
a CharsetDecoder , or the encodeLoop method of a CharsetEncoder , throws an unexpected
exception. |
class |
IllegalCharsetNameException
Unchecked exception thrown when a string that is not a legal charset name is used as such. |
class |
MalformedInputException
Checked exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode sequence. |
class |
UnmappableCharacterException
Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence. |
class |
UnsupportedCharsetException
Unchecked exception thrown when no support is available for a requested charset. |
Uses of Throwable in java.nio.file |
---|
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException
Checked exception thrown when a file system operation is denied, typically due to a file permission or other access check. |
class |
AtomicMoveNotSupportedException
Checked exception thrown when a file cannot be moved as an atomic file system operation. |
class |
ClosedDirectoryStreamException
Unchecked exception thrown when an attempt is made to invoke an operation on a directory stream that is closed. |
class |
ClosedFileSystemException
Unchecked exception thrown when an attempt is made to invoke an operation on a file and the file system is closed. |
class |
ClosedWatchServiceException
Unchecked exception thrown when an attempt is made to invoke an operation on a watch service that is closed. |
class |
DirectoryIteratorException
Runtime exception thrown if an I/O error is encountered when iterating over the entries in a directory. |
class |
DirectoryNotEmptyException
Checked exception thrown when a file system operation fails because a directory is not empty. |
class |
FileAlreadyExistsException
Checked exception thrown when an attempt is made to create a file or directory and a file of that name already exists. |
class |
FileSystemAlreadyExistsException
Runtime exception thrown when an attempt is made to create a file system that already exists. |
class |
FileSystemException
Thrown when a file system operation fails on one or two files. |
class |
FileSystemLoopException
Checked exception thrown when a file system loop, or cycle, is encountered. |
class |
FileSystemNotFoundException
Runtime exception thrown when a file system cannot be found. |
class |
InvalidPathException
Unchecked exception thrown when path string cannot be converted into a Path because the path string contains invalid characters, or
the path string is invalid for other file system specific reasons. |
class |
NoSuchFileException
Checked exception thrown when an attempt is made to access a file that does not exist. |
class |
NotDirectoryException
Checked exception thrown when a file system operation, intended for a directory, fails because the file is not a directory. |
class |
NotLinkException
Checked exception thrown when a file system operation fails because a file is not a symbolic link. |
class |
ProviderMismatchException
Unchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by a different file system provider. |
class |
ProviderNotFoundException
Runtime exception thrown when a provider of the required type cannot be found. |
class |
ReadOnlyFileSystemException
Unchecked exception thrown when an attempt is made to update an object associated with a read-only FileSystem . |
Uses of Throwable in java.nio.file.attribute |
---|
Modifier and Type | Class and Description |
---|---|
class |
UserPrincipalNotFoundException
Checked exception thrown when a lookup of UserPrincipal fails because
the principal does not exist. |
Uses of Throwable in java.rmi |
---|
Modifier and Type | Class and Description |
---|---|
class |
AccessException
An AccessException is thrown by certain methods of the
java.rmi.Naming class (specifically bind ,
rebind , and unbind ) and methods of the
java.rmi.activation.ActivationSystem interface to
indicate that the caller does not have permission to perform the action
requested by the method call. |
class |
AlreadyBoundException
An AlreadyBoundException is thrown if an attempt
is made to bind an object in the registry to a name that already
has an associated binding. |
class |
ConnectException
A ConnectException is thrown if a connection is refused
to the remote host for a remote method call. |
class |
ConnectIOException
A ConnectIOException is thrown if an
IOException occurs while making a connection
to the remote host for a remote method call. |
class |
NoSuchObjectException
A NoSuchObjectException is thrown if an attempt is made to
invoke a method on an object that no longer exists in the remote virtual
machine. |
class |
NotBoundException
A NotBoundException is thrown if an attempt
is made to lookup or unbind in the registry a name that has
no associated binding. |
class |
RemoteException
A RemoteException is the common superclass for a number of
communication-related exceptions that may occur during the execution of a
remote method call. |
class |
RMISecurityException
Deprecated. Use SecurityException instead.
Application code should never directly reference this class, and
RMISecurityManager no longer throws this subclass of
java.lang.SecurityException . |
class |
ServerError
A ServerError is thrown as a result of a remote method
invocation when an Error is thrown while processing
the invocation on the server, either while unmarshalling the arguments,
executing the remote method itself, or marshalling the return value. |
class |
ServerException
A ServerException is thrown as a result of a remote method
invocation when a RemoteException is thrown while processing
the invocation on the server, either while unmarshalling the arguments or
executing the remote method itself. |
class |
ServerRuntimeException
Deprecated. no replacement |
class |
StubNotFoundException
A StubNotFoundException is thrown if a valid stub class
could not be found for a remote object when it is exported. |
class |
UnexpectedException
An UnexpectedException is thrown if the client of a
remote method call receives, as a result of the call, a checked
exception that is not among the checked exception types declared in the
throws clause of the method in the remote interface. |
class |
UnmarshalException
An UnmarshalException can be thrown while unmarshalling the
parameters or results of a remote method call if any of the following
conditions occur:
if an exception occurs while unmarshalling the call header
if the protocol for the return value is invalid
if a java.io.IOException occurs unmarshalling
parameters (on the server side) or the return value (on the client side). |
Modifier and Type | Field and Description |
---|---|
Throwable |
RemoteException.detail
The cause of the remote exception. |
Modifier and Type | Method and Description |
---|---|
Throwable |
RemoteException.getCause()
Returns the cause of this exception. |
Constructor and Description |
---|
RemoteException(String s,
Throwable cause)
Constructs a RemoteException with the specified detail
message and cause. |
Uses of Throwable in java.rmi.activation |
---|
Modifier and Type | Class and Description |
---|---|
class |
ActivateFailedException
This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object. |
class |
ActivationException
General exception used by the activation interfaces. |
class |
UnknownGroupException
An UnknownGroupException is thrown by methods of classes and
interfaces in the java.rmi.activation package when the
ActivationGroupID parameter to the method is determined to be
invalid, i.e., not known by the ActivationSystem . |
class |
UnknownObjectException
An UnknownObjectException is thrown by methods of classes and
interfaces in the java.rmi.activation package when the
ActivationID parameter to the method is determined to be
invalid. |
Modifier and Type | Field and Description |
---|---|
Throwable |
ActivationException.detail
The cause of the activation exception. |
Modifier and Type | Method and Description |
---|---|
Throwable |
ActivationException.getCause()
Returns the cause of this exception. |
Constructor and Description |
---|
ActivationException(String s,
Throwable cause)
Constructs an ActivationException with the specified
detail message and cause. |
Uses of Throwable in java.rmi.server |
---|
Modifier and Type | Class and Description |
---|---|
class |
ExportException
An ExportException is a RemoteException
thrown if an attempt to export a remote object fails. |
class |
ServerCloneException
A ServerCloneException is thrown if a remote exception occurs
during the cloning of a UnicastRemoteObject . |
class |
ServerNotActiveException
An ServerNotActiveException is an Exception
thrown during a call to RemoteServer.getClientHost if
the getClientHost method is called outside of servicing a remote
method call. |
class |
SkeletonMismatchException
Deprecated. no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater. |
class |
SkeletonNotFoundException
Deprecated. no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater. |
class |
SocketSecurityException
An obsolete subclass of ExportException . |
Modifier and Type | Method and Description |
---|---|
Throwable |
ServerCloneException.getCause()
Returns the cause of this exception. |
Modifier and Type | Method and Description |
---|---|
Object |
RemoteObjectInvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
Processes a method invocation made on the encapsulating proxy instance, proxy , and returns the result. |
Uses of Throwable in java.security |
---|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlException
This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied. |
class |
DigestException
This is the generic Message Digest exception. |
class |
GeneralSecurityException
The GeneralSecurityException class is a generic
security exception class that provides type safety for all the
security-related exception classes that extend from it. |
class |
InvalidAlgorithmParameterException
This is the exception for invalid or inappropriate algorithm parameters. |
class |
InvalidKeyException
This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc). |
class |
InvalidParameterException
This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method. |
class |
KeyException
This is the basic key exception. |
class |
KeyManagementException
This is the general key management exception for all operations dealing with key management. |
class |
KeyStoreException
This is the generic KeyStore exception. |
class |
NoSuchAlgorithmException
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment. |
class |
NoSuchProviderException
This exception is thrown when a particular security provider is requested but is not available in the environment. |
class |
PrivilegedActionException
This exception is thrown by doPrivileged(PrivilegedExceptionAction) and
doPrivileged(PrivilegedExceptionAction,
AccessControlContext context) to indicate
that the action being performed threw a checked exception. |
class |
ProviderException
A runtime exception for Provider exceptions (such as misconfiguration errors or unrecoverable internal errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors. |
class |
SignatureException
This is the generic Signature exception. |
class |
UnrecoverableEntryException
This exception is thrown if an entry in the keystore cannot be recovered. |
class |
UnrecoverableKeyException
This exception is thrown if a key in the keystore cannot be recovered. |
Modifier and Type | Method and Description |
---|---|
Throwable |
PrivilegedActionException.getCause()
Returns the cause of this exception (the exception thrown by the privileged computation that resulted in this PrivilegedActionException ). |
Constructor and Description |
---|
DigestException(String message,
Throwable cause)
Creates a DigestException with the specified
detail message and cause. |
DigestException(Throwable cause)
Creates a DigestException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
GeneralSecurityException(String message,
Throwable cause)
Creates a GeneralSecurityException with the specified
detail message and cause. |
GeneralSecurityException(Throwable cause)
Creates a GeneralSecurityException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
InvalidAlgorithmParameterException(String message,
Throwable cause)
Creates a InvalidAlgorithmParameterException with the
specified detail message and cause. |
InvalidAlgorithmParameterException(Throwable cause)
Creates a InvalidAlgorithmParameterException with the
specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
InvalidKeyException(String message,
Throwable cause)
Creates a InvalidKeyException with the specified
detail message and cause. |
InvalidKeyException(Throwable cause)
Creates a InvalidKeyException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
KeyException(String message,
Throwable cause)
Creates a KeyException with the specified
detail message and cause. |
KeyException(Throwable cause)
Creates a KeyException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
KeyManagementException(String message,
Throwable cause)
Creates a KeyManagementException with the specified
detail message and cause. |
KeyManagementException(Throwable cause)
Creates a KeyManagementException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
KeyStoreException(String message,
Throwable cause)
Creates a KeyStoreException with the specified
detail message and cause. |
KeyStoreException(Throwable cause)
Creates a KeyStoreException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
NoSuchAlgorithmException(String message,
Throwable cause)
Creates a NoSuchAlgorithmException with the specified
detail message and cause. |
NoSuchAlgorithmException(Throwable cause)
Creates a NoSuchAlgorithmException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
ProviderException(String message,
Throwable cause)
Creates a ProviderException with the specified
detail message and cause. |
ProviderException(Throwable cause)
Creates a ProviderException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
SignatureException(String message,
Throwable cause)
Creates a SignatureException with the specified
detail message and cause. |
SignatureException(Throwable cause)
Creates a SignatureException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
Uses of Throwable in java.security.acl |
---|
Modifier and Type | Class and Description |
---|---|
class |
AclNotFoundException
This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List). |
class |
LastOwnerException
This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List. |
class |
NotOwnerException
This is an exception that is thrown whenever the modification of an object (such as an Access Control List) is only allowed to be done by an owner of the object, but the Principal attempting the modification is not an owner. |
Uses of Throwable in java.security.cert |
---|
Modifier and Type | Class and Description |
---|---|
class |
CertificateRevokedException
An exception that indicates an X.509 certificate is revoked. |
class |
CertPathBuilderException
An exception indicating one of a variety of problems encountered when building a certification path with a CertPathBuilder . |
class |
CertPathValidatorException
An exception indicating one of a variety of problems encountered when validating a certification path. |
class |
CertStoreException
An exception indicating one of a variety of problems retrieving certificates and CRLs from a CertStore . |
class |
CRLException
CRL (Certificate Revocation List) Exception. |
Constructor and Description |
---|
CertificateEncodingException(String message,
Throwable cause)
Creates a CertificateEncodingException with the specified
detail message and cause. |
CertificateEncodingException(Throwable cause)
Creates a CertificateEncodingException
with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
CertificateException(String message,
Throwable cause)
Creates a CertificateException with the specified
detail message and cause. |
CertificateException(Throwable cause)
Creates a CertificateException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
CertificateParsingException(String message,
Throwable cause)
Creates a CertificateParsingException with the specified
detail message and cause. |
CertificateParsingException(Throwable cause)
Creates a CertificateParsingException with the
specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
CertPathBuilderException(String msg,
Throwable cause)
Creates a CertPathBuilderException with the specified
detail message and cause. |
CertPathBuilderException(Throwable cause)
Creates a CertPathBuilderException that wraps the specified
throwable. |
CertPathValidatorException(String msg,
Throwable cause)
Creates a CertPathValidatorException with the specified
detail message and cause. |
CertPathValidatorException(String msg,
Throwable cause,
CertPath certPath,
int index)
Creates a CertPathValidatorException with the specified
detail message, cause, certification path, and index. |
CertPathValidatorException(String msg,
Throwable cause,
CertPath certPath,
int index,
CertPathValidatorException.Reason reason)
Creates a CertPathValidatorException with the specified
detail message, cause, certification path, index, and reason. |
CertPathValidatorException(Throwable cause)
Creates a CertPathValidatorException that wraps the
specified throwable. |
CertStoreException(String msg,
Throwable cause)
Creates a CertStoreException with the specified detail
message and cause. |
CertStoreException(Throwable cause)
Creates a CertStoreException that wraps the specified
throwable. |
CRLException(String message,
Throwable cause)
Creates a CRLException with the specified
detail message and cause. |
CRLException(Throwable cause)
Creates a CRLException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
Uses of Throwable in java.security.spec |
---|
Modifier and Type | Class and Description |
---|---|
class |
InvalidKeySpecException
This is the exception for invalid key specifications. |
class |
InvalidParameterSpecException
This is the exception for invalid parameter specifications. |
Constructor and Description |
---|
InvalidKeySpecException(String message,
Throwable cause)
Creates a InvalidKeySpecException with the specified
detail message and cause. |
InvalidKeySpecException(Throwable cause)
Creates a InvalidKeySpecException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
Uses of Throwable in java.sql |
---|
Modifier and Type | Class and Description |
---|---|
class |
BatchUpdateException
The subclass of SQLException thrown when an error
occurs during a batch update operation. |
class |
DataTruncation
An exception thrown as a DataTruncation exception
(on writes) or reported as a
DataTruncation warning (on reads)
when a data values is unexpectedly truncated for reasons other than its having
execeeded MaxFieldSize . |
class |
SQLClientInfoException
The subclass of SQLException is thrown when one or more client info properties
could not be set on a Connection . |
class |
SQLDataException
The subclass of SQLException thrown when the SQLState class value
is '22', or under vendor-specified conditions. |
class |
SQLException
An exception that provides information on a database access error or other errors. |
class |
SQLFeatureNotSupportedException
The subclass of SQLException thrown when the SQLState class value is '0A'
( the value is 'zero' A). |
class |
SQLIntegrityConstraintViolationException
The subclass of SQLException thrown when the SQLState class value
is '23', or under vendor-specified conditions. |
class |
SQLInvalidAuthorizationSpecException
The subclass of SQLException thrown when the SQLState class value
is '28', or under vendor-specified conditions. |
class |
SQLNonTransientConnectionException
The subclass of SQLException thrown for the SQLState
class value '08', or under vendor-specified conditions. |
class |
SQLNonTransientException
The subclass of SQLException thrown when an instance where a retry
of the same operation would fail unless the cause of the SQLException
is corrected. |
class |
SQLRecoverableException
The subclass of SQLException thrown in situations where a
previously failed operation might be able to succeed if the application performs
some recovery steps and retries the entire transaction or in the case of a
distributed transaction, the transaction branch. |
class |
SQLSyntaxErrorException
The subclass of SQLException thrown when the SQLState class value
is '42', or under vendor-specified conditions. |
class |
SQLTimeoutException
The subclass of SQLException thrown when the timeout specified by Statement
has expired. |
class |
SQLTransactionRollbackException
The subclass of SQLException thrown when the SQLState class value
is '40', or under vendor-specified conditions. |
class |
SQLTransientConnectionException
The subclass of SQLException for the SQLState class
value '08', or under vendor-specified conditions. |
class |
SQLTransientException
The subclass of SQLException is thrown in situations where a
previoulsy failed operation might be able to succeed when the operation is
retried without any intervention by application-level functionality. |
class |
SQLWarning
An exception that provides information on database access warnings. |
Modifier and Type | Method and Description |
---|---|
Iterator<Throwable> |
SQLException.iterator()
Returns an iterator over the chained SQLExceptions. |
Constructor and Description |
---|
BatchUpdateException(int[] updateCounts,
Throwable cause)
Constructs a BatchUpdateException object initialized with a
given cause and updateCounts . |
BatchUpdateException(String reason,
int[] updateCounts,
Throwable cause)
Constructs a BatchUpdateException object initialized with
a given reason , cause
and updateCounts . |
BatchUpdateException(String reason,
String SQLState,
int[] updateCounts,
Throwable cause)
Constructs a BatchUpdateException object initialized with
a given reason , SQLState ,cause , and
updateCounts . |
BatchUpdateException(String reason,
String SQLState,
int vendorCode,
int[] updateCounts,
Throwable cause)
Constructs a BatchUpdateException object initialized with
a given reason , SQLState , vendorCode
cause and updateCounts . |
BatchUpdateException(Throwable cause)
Constructs a BatchUpdateException object initialized with
a given cause . |
DataTruncation(int index,
boolean parameter,
boolean read,
int dataSize,
int transferSize,
Throwable cause)
Creates a DataTruncation object
with the SQLState initialized
to 01004 when read is set to true and 22001
when read is set to false ,
the reason set to "Data truncation", the
vendor code set to 0, and
the other fields set to the given values. |
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties,
Throwable cause)
Constructs a SQLClientInfoException object initialized with
a given cause and failedProperties . |
SQLClientInfoException(String reason,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause)
Constructs a SQLClientInfoException object initialized with a
given reason , cause and
failedProperties . |
SQLClientInfoException(String reason,
String SQLState,
int vendorCode,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause)
Constructs a SQLClientInfoException object initialized with a
given reason , SQLState ,
cause , vendorCode and
failedProperties . |
SQLClientInfoException(String reason,
String SQLState,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause)
Constructs a SQLClientInfoException object initialized with a
given reason , SQLState , cause
and failedProperties . |
SQLDataException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLDataException object with a given
reason , SQLState , vendorCode
and cause . |
SQLDataException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLDataException object with a given
reason , SQLState and cause . |
SQLDataException(String reason,
Throwable cause)
Constructs a SQLDataException object with a given
reason and cause . |
SQLDataException(Throwable cause)
Constructs a SQLDataException object with a given
cause . |
SQLException(String reason,
String sqlState,
int vendorCode,
Throwable cause)
Constructs a SQLException object with a given
reason , SQLState , vendorCode
and cause . |
SQLException(String reason,
String sqlState,
Throwable cause)
Constructs a SQLException object with a given
reason , SQLState and cause . |
SQLException(String reason,
Throwable cause)
Constructs a SQLException object with a given
reason and cause . |
SQLException(Throwable cause)
Constructs a SQLException object with a given
cause . |
SQLFeatureNotSupportedException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLFeatureNotSupportedException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLFeatureNotSupportedException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLFeatureNotSupportedException object
with a given
reason , SQLState and cause . |
SQLFeatureNotSupportedException(String reason,
Throwable cause)
Constructs a SQLFeatureNotSupportedException object
with a given
reason and cause . |
SQLFeatureNotSupportedException(Throwable cause)
Constructs a SQLFeatureNotSupportedException object
with a given cause . |
SQLIntegrityConstraintViolationException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLIntegrityConstraintViolationException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLIntegrityConstraintViolationException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLIntegrityConstraintViolationException object
with a given
reason , SQLState and cause . |
SQLIntegrityConstraintViolationException(String reason,
Throwable cause)
Constructs a SQLIntegrityConstraintViolationException object
with a given
reason and cause . |
SQLIntegrityConstraintViolationException(Throwable cause)
Constructs an SQLIntegrityConstraintViolationException object with
a given cause . |
SQLInvalidAuthorizationSpecException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLInvalidAuthorizationSpecException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLInvalidAuthorizationSpecException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLInvalidAuthorizationSpecException object
with a given
reason , SQLState and cause . |
SQLInvalidAuthorizationSpecException(String reason,
Throwable cause)
Constructs a SQLInvalidAuthorizationSpecException object
with a given
reason and cause . |
SQLInvalidAuthorizationSpecException(Throwable cause)
Constructs a SQLInvalidAuthorizationSpecException object
with a given cause . |
SQLNonTransientConnectionException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLNonTransientConnectionException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLNonTransientConnectionException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLNonTransientConnectionException object
with a given
reason , SQLState and cause . |
SQLNonTransientConnectionException(String reason,
Throwable cause)
Constructs a SQLTransientException object
with a given
reason and cause . |
SQLNonTransientConnectionException(Throwable cause)
Constructs a SQLNonTransientConnectionException object
with a given cause . |
SQLNonTransientException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLNonTransientException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLNonTransientException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLNonTransientException object
with a given
reason , SQLState and cause . |
SQLNonTransientException(String reason,
Throwable cause)
Constructs a SQLTransientException object
with a given
reason and cause . |
SQLNonTransientException(Throwable cause)
Constructs a SQLNonTransientException object
with a given cause . |
SQLRecoverableException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLRecoverableException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLRecoverableException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLRecoverableException object
with a given
reason , SQLState and cause . |
SQLRecoverableException(String reason,
Throwable cause)
Constructs a SQLRecoverableException object
with a given
reason and cause . |
SQLRecoverableException(Throwable cause)
Constructs a SQLRecoverableException object
with a given cause . |
SQLSyntaxErrorException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLSyntaxErrorException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLSyntaxErrorException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLSyntaxErrorException object
with a given
reason , SQLState and cause . |
SQLSyntaxErrorException(String reason,
Throwable cause)
Constructs a SQLSyntaxErrorException object
with a given
reason and cause . |
SQLSyntaxErrorException(Throwable cause)
Constructs a SQLSyntaxErrorException object
with a given cause . |
SQLTimeoutException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLTimeoutException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLTimeoutException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLTimeoutException object
with a given
reason , SQLState and cause . |
SQLTimeoutException(String reason,
Throwable cause)
Constructs a SQLTimeoutException object
with a given
reason and cause . |
SQLTimeoutException(Throwable cause)
Constructs a SQLTimeoutException object
with a given cause . |
SQLTransactionRollbackException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLTransactionRollbackException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLTransactionRollbackException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLTransactionRollbackException object
with a given
reason , SQLState and cause . |
SQLTransactionRollbackException(String reason,
Throwable cause)
Constructs a SQLTransactionRollbackException object
with a given
reason and cause . |
SQLTransactionRollbackException(Throwable cause)
Constructs a SQLTransactionRollbackException object
with a given cause . |
SQLTransientConnectionException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLTransientConnectionException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLTransientConnectionException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLTransientConnectionException object
with a given
reason , SQLState and cause . |
SQLTransientConnectionException(String reason,
Throwable cause)
Constructs a SQLTransientConnectionException object
with a given
reason and cause . |
SQLTransientConnectionException(Throwable cause)
Constructs a SQLTransientConnectionException object
with a given cause . |
SQLTransientException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLTransientException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLTransientException(String reason,
String SQLState,
Throwable cause)
Constructs a SQLTransientException object
with a given
reason , SQLState and cause . |
SQLTransientException(String reason,
Throwable cause)
Constructs a SQLTransientException object
with a given
reason and cause . |
SQLTransientException(Throwable cause)
Constructs a SQLTransientException object
with a given cause . |
SQLWarning(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a SQLWarning object
with a given
reason , SQLState , vendorCode
and cause . |
SQLWarning(String reason,
String SQLState,
Throwable cause)
Constructs a SQLWarning object
with a given
reason , SQLState and cause . |
SQLWarning(String reason,
Throwable cause)
Constructs a SQLWarning object
with a given
reason and cause . |
SQLWarning(Throwable cause)
Constructs a SQLWarning object
with a given cause . |
Uses of Throwable in java.text |
---|
Modifier and Type | Class and Description |
---|---|
class |
ParseException
Signals that an error has been reached unexpectedly while parsing. |
Uses of Throwable in java.util |
---|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentModificationException
This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible. |
class |
DuplicateFormatFlagsException
Unchecked exception thrown when duplicate flags are provided in the format specifier. |
class |
EmptyStackException
Thrown by methods in the Stack class to indicate
that the stack is empty. |
class |
FormatFlagsConversionMismatchException
Unchecked exception thrown when a conversion and flag are incompatible. |
class |
FormatterClosedException
Unchecked exception thrown when the formatter has been closed. |
class |
IllegalFormatCodePointException
Unchecked exception thrown when a character with an invalid Unicode code point as defined by Character.isValidCodePoint(int) is passed to the
Formatter . |
class |
IllegalFormatConversionException
Unchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type. |
class |
IllegalFormatException
Unchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible with the given arguments. |
class |
IllegalFormatFlagsException
Unchecked exception thrown when an illegal combination flags is given. |
class |
IllegalFormatPrecisionException
Unchecked exception thrown when the precision is a negative value other than -1, the conversion does not support a precision, or the value is otherwise unsupported. |
class |
IllegalFormatWidthException
Unchecked exception thrown when the format width is a negative value other than -1 or is otherwise unsupported. |
class |
IllformedLocaleException
Thrown by methods in Locale and Locale.Builder to
indicate that an argument is not a well-formed BCP 47 tag. |
class |
InputMismatchException
Thrown by a Scanner to indicate that the token
retrieved does not match the pattern for the expected type, or
that the token is out of range for the expected type. |
class |
InvalidPropertiesFormatException
Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of properties, as per the Properties
specification. |
class |
MissingFormatArgumentException
Unchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist. |
class |
MissingFormatWidthException
Unchecked exception thrown when the format width is required. |
class |
MissingResourceException
Signals that a resource is missing. |
class |
NoSuchElementException
Thrown by the nextElement method of an
Enumeration to indicate that there are no more
elements in the enumeration. |
class |
ServiceConfigurationError
Error thrown when something goes wrong while loading a service provider. |
class |
TooManyListenersException
The TooManyListenersException Exception is used as part of
the Java Event model to annotate and implement a unicast special case of
a multicast Event Source. |
class |
UnknownFormatConversionException
Unchecked exception thrown when an unknown conversion is given. |
class |
UnknownFormatFlagsException
Unchecked exception thrown when an unknown flag is given. |
Constructor and Description |
---|
ConcurrentModificationException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
ConcurrentModificationException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause . |
InvalidPropertiesFormatException(Throwable cause)
Constructs an InvalidPropertiesFormatException with the specified cause. |
ServiceConfigurationError(String msg,
Throwable cause)
Constructs a new instance with the specified message and cause. |
Uses of Throwable in java.util.concurrent |
---|
Modifier and Type | Class and Description |
---|---|
class |
BrokenBarrierException
Exception thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting. |
class |
CancellationException
Exception indicating that the result of a value-producing task, such as a FutureTask , cannot be retrieved because the task
was cancelled. |
class |
ExecutionException
Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception. |
class |
RejectedExecutionException
Exception thrown by an Executor when a task cannot be
accepted for execution. |
class |
TimeoutException
Exception thrown when a blocking operation times out. |
Modifier and Type | Method and Description |
---|---|
Throwable |
ForkJoinTask.getException()
Returns the exception thrown by the base computation, or a CancellationException if cancelled, or null if
none or if the method has not yet completed. |
Modifier and Type | Method and Description |
---|---|
protected void |
ThreadPoolExecutor.afterExecute(Runnable r,
Throwable t)
Method invoked upon completion of execution of the given Runnable. |
void |
ForkJoinTask.completeExceptionally(Throwable ex)
Completes this task abnormally, and if not already aborted or cancelled, causes it to throw the given exception upon join and related operations. |
protected void |
ForkJoinWorkerThread.onTermination(Throwable exception)
Performs cleanup associated with termination of this worker thread. |
protected void |
FutureTask.setException(Throwable t)
Causes this future to report an ExecutionException with the given throwable as its cause, unless this Future has already been set or has been cancelled. |
Constructor and Description |
---|
ExecutionException(String message,
Throwable cause)
Constructs an ExecutionException with the specified detail message and cause. |
ExecutionException(Throwable cause)
Constructs an ExecutionException with the specified cause. |
RejectedExecutionException(String message,
Throwable cause)
Constructs a RejectedExecutionException with the specified detail message and cause. |
RejectedExecutionException(Throwable cause)
Constructs a RejectedExecutionException with the specified cause. |
Uses of Throwable in java.util.jar |
---|
Modifier and Type | Class and Description |
---|---|
class |
JarException
Signals that an error of some sort has occurred while reading from or writing to a JAR file. |
Uses of Throwable in java.util.logging |
---|
Modifier and Type | Method and Description |
---|---|
Throwable |
LogRecord.getThrown()
Get any throwable associated with the log record. |
Modifier and Type | Method and Description |
---|---|
void |
Logger.log(Level level,
String msg,
Throwable thrown)
Log a message, with associated Throwable information. |
void |
Logger.logp(Level level,
String sourceClass,
String sourceMethod,
String msg,
Throwable thrown)
Log a message, specifying source class and method, with associated Throwable information. |
void |
Logger.logrb(Level level,
String sourceClass,
String sourceMethod,
String bundleName,
String msg,
Throwable thrown)
Log a message, specifying source class, method, and resource bundle name, with associated Throwable information. |
void |
LogRecord.setThrown(Throwable thrown)
Set a throwable associated with the log event. |
void |
Logger.throwing(String sourceClass,
String sourceMethod,
Throwable thrown)
Log throwing an exception. |
Uses of Throwable in java.util.prefs |
---|
Modifier and Type | Class and Description |
---|---|
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. |
class |
InvalidPreferencesFormatException
Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of preferences, as per the Preferences
specification. |
Constructor and Description |
---|
BackingStoreException(Throwable cause)
Constructs a BackingStoreException with the specified cause. |
InvalidPreferencesFormatException(String message,
Throwable cause)
Constructs an InvalidPreferencesFormatException with the specified detail message and cause. |
InvalidPreferencesFormatException(Throwable cause)
Constructs an InvalidPreferencesFormatException with the specified cause. |
Uses of Throwable in java.util.regex |
---|
Modifier and Type | Class and Description |
---|---|
class |
PatternSyntaxException
Unchecked exception thrown to indicate a syntax error in a regular-expression pattern. |
Uses of Throwable in java.util.zip |
---|
Modifier and Type | Class and Description |
---|---|
class |
DataFormatException
Signals that a data format error has occurred. |
class |
ZipError
Signals that an unrecoverable error has occurred. |
class |
ZipException
Signals that a Zip exception of some sort has occurred. |
Uses of Throwable in javax.activation |
---|
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedDataTypeException
Signals that the requested operation does not support the requested data type. |
Uses of Throwable in javax.activity |
---|
Modifier and Type | Class and Description |
---|---|
class |
ActivityCompletedException
This exception may be thrown on any method for which Activity context is accessed and indicates that ongoing work within the Activity is not possible. |
class |
ActivityRequiredException
This exception is thrown by a container if Activity context is not received on a method for which Activity context is mandatory. |
class |
InvalidActivityException
This exception may be thrown on any method for which Activity context is accessed and indicates that the attempted invocation or the Activity context associated with the attempted invocation is incompatible with the Activity's current state. |
Constructor and Description |
---|
ActivityCompletedException(String message,
Throwable cause)
Constructs a new throwable with the specified detail message and cause. |
ActivityCompletedException(Throwable cause)
Constructs a new throwable with the specified cause. |
ActivityRequiredException(String message,
Throwable cause)
Constructs a new throwable with the specified detail message and cause. |
ActivityRequiredException(Throwable cause)
Constructs a new throwable with the specified cause. |
InvalidActivityException(String message,
Throwable cause)
Constructs a new throwable with the specified detail message and cause. |
InvalidActivityException(Throwable cause)
Constructs a new throwable with the specified cause. |
Uses of Throwable in javax.annotation.processing |
---|
Modifier and Type | Class and Description |
---|---|
class |
FilerException
Indicates a Filer detected an attempt to open a file that
would violate the guarantees provided by the Filer . |
Uses of Throwable in javax.crypto |
---|
Modifier and Type | Class and Description |
---|---|
class |
BadPaddingException
This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly. |
class |
ExemptionMechanismException
This is the generic ExemptionMechanism exception. |
class |
IllegalBlockSizeException
This exception is thrown when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher. |
class |
NoSuchPaddingException
This exception is thrown when a particular padding mechanism is requested but is not available in the environment. |
class |
ShortBufferException
This exception is thrown when an output buffer provided by the user is too short to hold the operation result. |
Uses of Throwable in javax.imageio |
---|
Modifier and Type | Class and Description |
---|---|
class |
IIOException
An exception class used for signaling run-time failure of reading and writing operations. |
Constructor and Description |
---|
IIOException(String message,
Throwable cause)
Constructs an IIOException with a given message
String and a Throwable that was its
underlying cause. |
Uses of Throwable in javax.imageio.metadata |
---|
Modifier and Type | Class and Description |
---|---|
class |
IIOInvalidTreeException
An IIOInvalidTreeException is thrown when an attempt
by an IIOMetadata object to parse a tree of
IIOMetadataNode s fails. |
Constructor and Description |
---|
IIOInvalidTreeException(String message,
Throwable cause,
Node offendingNode)
Constructs an IIOInvalidTreeException with a
message string, a reference to an exception that caused this
exception, and a reference to the Node that caused
the parsing error. |
Uses of Throwable in javax.imageio.spi |
---|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistry.finalize()
Finalizes this object prior to garbage collection. |
Uses of Throwable in javax.imageio.stream |
---|
Modifier and Type | Method and Description |
---|---|
protected void |
MemoryCacheImageInputStream.finalize()
Finalizes this object prior to garbage collection. |
protected void |
FileCacheImageInputStream.finalize()
Finalizes this object prior to garbage collection. |
protected void |
FileImageOutputStream.finalize()
Finalizes this object prior to garbage collection. |
protected void |
ImageInputStreamImpl.finalize()
Finalizes this object prior to garbage collection. |
protected void |
FileImageInputStream.finalize()
Finalizes this object prior to garbage collection. |
Uses of Throwable in javax.lang.model |
---|
Modifier and Type | Class and Description |
---|---|
class |
UnknownEntityException
Superclass of exceptions which indicate that an unknown kind of entity was encountered. |
Uses of Throwable in javax.lang.model.element |
---|
Modifier and Type | Class and Description |
---|---|
class |
UnknownAnnotationValueException
Indicates that an unknown kind of annotation value was encountered. |
class |
UnknownElementException
Indicates that an unknown kind of element was encountered. |
Uses of Throwable in javax.lang.model.type |
---|
Modifier and Type | Class and Description |
---|---|
class |
MirroredTypeException
Thrown when an application attempts to access the Class object
corresponding to a TypeMirror . |
class |
MirroredTypesException
Thrown when an application attempts to access a sequence of Class objects each corresponding to a TypeMirror . |
class |
UnknownTypeException
Indicates that an unknown kind of type was encountered. |
Uses of Throwable in javax.management |
---|
Modifier and Type | Class and Description |
---|---|
class |
AttributeNotFoundException
The specified attribute does not exist or cannot be retrieved. |
class |
BadAttributeValueExpException
Thrown when an invalid MBean attribute is passed to a query constructing method. |
class |
BadBinaryOpValueExpException
Thrown when an invalid expression is passed to a method for constructing a query. |
class |
BadStringOperationException
Thrown when an invalid string operation is passed to a method for constructing a query. |
class |
InstanceAlreadyExistsException
The MBean is already registered in the repository. |
class |
InstanceNotFoundException
The specified MBean does not exist in the repository. |
class |
InvalidApplicationException
Thrown when an attempt is made to apply either of the following: A subquery expression to an MBean or a qualified attribute expression to an MBean of the wrong class. |
class |
InvalidAttributeValueException
The value specified is not valid for the attribute. |
class |
JMException
Exceptions thrown by JMX implementations. |
class |
JMRuntimeException
Runtime exceptions emitted by JMX implementations. |
class |
ListenerNotFoundException
The specified MBean listener does not exist in the repository. |
class |
MalformedObjectNameException
The format of the string does not correspond to a valid ObjectName. |
class |
MBeanException
Represents "user defined" exceptions thrown by MBean methods in the agent. |
class |
MBeanRegistrationException
Wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface. |
class |
NotCompliantMBeanException
Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean. |
class |
OperationsException
Represents exceptions thrown in the MBean server when performing operations on MBeans. |
class |
ReflectionException
Represents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans. |
class |
RuntimeErrorException
When a java.lang.Error occurs in the agent it should be caught and
re-thrown as a RuntimeErrorException . |
class |
RuntimeMBeanException
Represents runtime exceptions thrown by MBean methods in the agent. |
class |
RuntimeOperationsException
Represents runtime exceptions thrown in the agent when performing operations on MBeans. |
class |
ServiceNotFoundException
Represents exceptions raised when a requested service is not supported. |
Modifier and Type | Method and Description |
---|---|
Throwable |
RuntimeMBeanException.getCause()
Returns the actual RuntimeException thrown. |
Throwable |
RuntimeErrorException.getCause()
Returns the actual Error thrown. |
Throwable |
RuntimeOperationsException.getCause()
Returns the actual RuntimeException thrown. |
Throwable |
MBeanException.getCause()
Return the actual Exception thrown. |
Throwable |
ReflectionException.getCause()
Returns the actual Exception thrown. |
Modifier and Type | Method and Description |
---|---|
Object |
MBeanServerInvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
|
Uses of Throwable in javax.management.modelmbean |
---|
Modifier and Type | Class and Description |
---|---|
class |
InvalidTargetObjectTypeException
Exception thrown when an invalid target object type is specified. |
class |
XMLParseException
This exception is thrown when an XML formatted string is being parsed into ModelMBean objects or when XML formatted strings are being created from ModelMBean objects. |
Uses of Throwable in javax.management.monitor |
---|
Modifier and Type | Class and Description |
---|---|
class |
MonitorSettingException
Exception thrown by the monitor when a monitor setting becomes invalid while the monitor is running. |
Uses of Throwable in javax.management.openmbean |
---|
Modifier and Type | Class and Description |
---|---|
class |
InvalidOpenTypeException
This runtime exception is thrown to indicate that the open type of an open data value is not the one expected. |
class |
KeyAlreadyExistsException
This runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance is already used to refer to another row in this tabular data instance. |
class |
OpenDataException
This checked exception is thrown when an open type, an open data or an open MBean metadata info instance could not be constructed because one or more validity constraints were not met. |
Modifier and Type | Method and Description |
---|---|
Object |
CompositeDataInvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
|
Uses of Throwable in javax.management.relation |
---|
Modifier and Type | Class and Description |
---|---|
class |
InvalidRelationIdException
This exception is raised when relation id provided for a relation is already used. |
class |
InvalidRelationServiceException
This exception is raised when an invalid Relation Service is provided. |
class |
InvalidRelationTypeException
Invalid relation type. |
class |
InvalidRoleInfoException
This exception is raised when, in a role info, its minimum degree is greater than its maximum degree. |
class |
InvalidRoleValueException
Role value is invalid. |
class |
RelationException
This class is the superclass of any exception which can be raised during relation management. |
class |
RelationNotFoundException
This exception is raised when there is no relation for a given relation id in a Relation Service. |
class |
RelationServiceNotRegisteredException
This exception is raised when an access is done to the Relation Service and that one is not registered. |
class |
RelationTypeNotFoundException
This exception is raised when there is no relation type with given name in Relation Service. |
class |
RoleInfoNotFoundException
This exception is raised when there is no role info with given name in a given relation type. |
class |
RoleNotFoundException
This exception is raised when a role in a relation does not exist, or is not readable, or is not settable. |
Uses of Throwable in javax.management.remote |
---|
Modifier and Type | Class and Description |
---|---|
class |
JMXProviderException
Exception thrown by JMXConnectorFactory and
JMXConnectorServerFactory when a provider exists for
the required protocol but cannot be used for some reason. |
class |
JMXServerErrorException
Exception thrown as the result of a remote MBeanServer
method invocation when an Error is thrown while
processing the invocation in the remote MBean server. |
Modifier and Type | Method and Description |
---|---|
Throwable |
JMXServerErrorException.getCause()
|
Throwable |
JMXProviderException.getCause()
|
Constructor and Description |
---|
JMXProviderException(String message,
Throwable cause)
Constructs a JMXProviderException with the
specified detail message and nested exception. |
Uses of Throwable in javax.naming |
---|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationNotSupportedException
This exception is thrown when the particular flavor of authentication requested is not supported. |
class |
CannotProceedException
This exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further. |
class |
CommunicationException
This exception is thrown when the client is unable to communicate with the directory or naming service. |
class |
ConfigurationException
This exception is thrown when there is a configuration problem. |
class |
ContextNotEmptyException
This exception is thrown when attempting to destroy a context that is not empty. |
class |
InsufficientResourcesException
This exception is thrown when resources are not available to complete the requested operation. |
class |
InterruptedNamingException
This exception is thrown when the naming operation being invoked has been interrupted. |
class |
InvalidNameException
This exception indicates that the name being specified does not conform to the naming syntax of a naming system. |
class |
LimitExceededException
This exception is thrown when a method terminates abnormally due to a user or system specified limit. |
class |
LinkException
This exception is used to describe problems encounter while resolving links. |
class |
LinkLoopException
This exception is thrown when a loop was detected will attempting to resolve a link, or an implementation specific limit on link counts has been reached. |
class |
MalformedLinkException
This exception is thrown when a malformed link was encountered while resolving or constructing a link. |
class |
NameAlreadyBoundException
This exception is thrown by methods to indicate that a binding cannot be added because the name is already bound to another object. |
class |
NameNotFoundException
This exception is thrown when a component of the name cannot be resolved because it is not bound. |
class |
NamingException
This is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces. |
class |
NamingSecurityException
This is the superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces. |
class |
NoInitialContextException
This exception is thrown when no initial context implementation can be created. |
class |
NoPermissionException
This exception is thrown when attempting to perform an operation for which the client has no permission. |
class |
NotContextException
This exception is thrown when a naming operation proceeds to a point where a context is required to continue the operation, but the resolved object is not a context. |
class |
OperationNotSupportedException
This exception is thrown when a context implementation does not support the operation being invoked. |
class |
PartialResultException
This exception is thrown to indicate that the result being returned or returned so far is partial, and that the operation cannot be completed. |
class |
ReferralException
This abstract class is used to represent a referral exception, which is generated in response to a referral such as that returned by LDAP v3 servers. |
class |
ServiceUnavailableException
This exception is thrown when attempting to communicate with a directory or naming service and that service is not available. |
class |
SizeLimitExceededException
This exception is thrown when a method produces a result that exceeds a size-related limit. |
class |
TimeLimitExceededException
This exception is thrown when a method does not terminate within the specified time limit. |
Modifier and Type | Field and Description |
---|---|
protected Throwable |
NamingException.rootException
Contains the original exception that caused this NamingException to be thrown. |
Modifier and Type | Method and Description |
---|---|
Throwable |
NamingException.getCause()
Returns the cause of this exception. |
Throwable |
NamingException.getRootCause()
Retrieves the root cause of this NamingException, if any. |
Throwable |
NamingException.initCause(Throwable cause)
Initializes the cause of this exception to the specified value. |
Modifier and Type | Method and Description |
---|---|
Throwable |
NamingException.initCause(Throwable cause)
Initializes the cause of this exception to the specified value. |
void |
NamingException.setRootCause(Throwable e)
Records the root cause of this NamingException. |
Uses of Throwable in javax.naming.directory |
---|
Modifier and Type | Class and Description |
---|---|
class |
AttributeInUseException
This exception is thrown when an operation attempts to add an attribute that already exists. |
class |
AttributeModificationException
This exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier, or its values that conflicts with the attribute's (schema) definition or the attribute's state. |
class |
InvalidAttributeIdentifierException
This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier. |
class |
InvalidAttributesException
This exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly. |
class |
InvalidSearchControlsException
This exception is thrown when the specification of the SearchControls for a search operation is invalid. |
class |
InvalidSearchFilterException
This exception is thrown when the specification of a search filter is invalid. |
class |
NoSuchAttributeException
This exception is thrown when attempting to access an attribute that does not exist. |
class |
SchemaViolationException
This exception is thrown when a method in some ways violates the schema. |
Uses of Throwable in javax.naming.ldap |
---|
Modifier and Type | Class and Description |
---|---|
class |
LdapReferralException
This abstract class is used to represent an LDAP referral exception. |
Uses of Throwable in javax.net.ssl |
---|
Modifier and Type | Class and Description |
---|---|
class |
SSLException
Indicates some kind of error detected by an SSL subsystem. |
class |
SSLHandshakeException
Indicates that the client and server could not negotiate the desired level of security. |
class |
SSLKeyException
Reports a bad SSL key. |
class |
SSLPeerUnverifiedException
Indicates that the peer's identity has not been verified. |
class |
SSLProtocolException
Reports an error in the operation of the SSL protocol. |
Constructor and Description |
---|
SSLException(String message,
Throwable cause)
Creates a SSLException with the specified
detail message and cause. |
SSLException(Throwable cause)
Creates a SSLException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause). |
Uses of Throwable in javax.print |
---|
Modifier and Type | Class and Description |
---|---|
class |
PrintException
Class PrintException encapsulates a printing-related error condition that occurred while using a Print Service instance. |
Uses of Throwable in javax.print.attribute |
---|
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableSetException
Thrown to indicate that the requested operation cannot be performed because the set is unmodifiable. |
Uses of Throwable in javax.rmi.CORBA |
---|
Modifier and Type | Method and Description |
---|---|
RemoteException |
UtilDelegate.wrapException(Throwable obj)
Delegation call for Util.wrapException(java.lang.Throwable) . |
static RemoteException |
Util.wrapException(Throwable orig)
Wraps an exception thrown by an implementation method. |
Uses of Throwable in javax.script |
---|
Modifier and Type | Class and Description |
---|---|
class |
ScriptException
The generic Exception class for the Scripting APIs. |
Uses of Throwable in javax.security.auth |
---|
Modifier and Type | Class and Description |
---|---|
class |
DestroyFailedException
Signals that a destroy operation failed. |
class |
RefreshFailedException
Signals that a refresh operation failed. |
Uses of Throwable in javax.security.auth.callback |
---|
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedCallbackException
Signals that a CallbackHandler does not
recognize a particular Callback . |
Uses of Throwable in javax.security.auth.login |
---|
Modifier and Type | Class and Description |
---|---|
class |
AccountException
A generic account exception. |
class |
AccountExpiredException
Signals that a user account has expired. |
class |
AccountLockedException
Signals that an account was locked. |
class |
AccountNotFoundException
Signals that an account was not found. |
class |
CredentialException
A generic credential exception. |
class |
CredentialExpiredException
Signals that a Credential has expired. |
class |
CredentialNotFoundException
Signals that a credential was not found. |
class |
FailedLoginException
Signals that user authentication failed. |
class |
LoginException
This is the basic login exception. |
Uses of Throwable in javax.security.cert |
---|
Modifier and Type | Class and Description |
---|---|
class |
CertificateEncodingException
Certificate Encoding Exception. |
class |
CertificateException
This exception indicates one of a variety of certificate problems. |
class |
CertificateExpiredException
Certificate Expired Exception. |
class |
CertificateNotYetValidException
Certificate is not yet valid exception. |
class |
CertificateParsingException
Certificate Parsing Exception. |
Uses of Throwable in javax.security.sasl |
---|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationException
This exception is thrown by a SASL mechanism implementation to indicate that the SASL exchange has failed due to reasons related to authentication, such as an invalid identity, passphrase, or key. |
class |
SaslException
This class represents an error that has occurred when using SASL. |
Modifier and Type | Method and Description |
---|---|
Throwable |
SaslException.getCause()
|
Throwable |
SaslException.initCause(Throwable cause)
|
Modifier and Type | Method and Description |
---|---|
Throwable |
SaslException.initCause(Throwable cause)
|
Constructor and Description |
---|
AuthenticationException(String detail,
Throwable ex)
Constructs a new instance of AuthenticationException with a detailed message and a root exception. |
SaslException(String detail,
Throwable ex)
Constructs a new instance of SaslException with a detailed message and a root exception. |
Uses of Throwable in javax.sound.midi |
---|
Modifier and Type | Class and Description |
---|---|
class |
InvalidMidiDataException
An InvalidMidiDataException indicates that inappropriate MIDI
data was encountered. |
class |
MidiUnavailableException
A MidiUnavailableException is thrown when a requested MIDI
component cannot be opened or created because it is unavailable. |
Uses of Throwable in javax.sound.sampled |
---|
Modifier and Type | Class and Description |
---|---|
class |
LineUnavailableException
A LineUnavailableException is an exception indicating that a
line cannot be opened because it is unavailable. |
class |
UnsupportedAudioFileException
An UnsupportedAudioFileException is an exception indicating that an
operation failed because a file did not contain valid data of a recognized file
type and format. |
Uses of Throwable in javax.sql.rowset |
---|
Modifier and Type | Class and Description |
---|---|
class |
RowSetWarning
An extension of SQLException that provides information
about database warnings set on RowSet objects. |
Uses of Throwable in javax.sql.rowset.serial |
---|
Modifier and Type | Class and Description |
---|---|
class |
SerialException
Indicates and an error with the serialization or de-serialization of SQL types such as BLOB, CLOB, STRUCT or ARRAY in
addition to SQL types such as DATALINK and JAVAOBJECT |
Uses of Throwable in javax.sql.rowset.spi |
---|
Modifier and Type | Class and Description |
---|---|
class |
SyncFactoryException
Indicates an error with SyncFactory mechanism. |
class |
SyncProviderException
Indicates an error with the SyncProvider mechanism. |
Uses of Throwable in javax.swing |
---|
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedLookAndFeelException
An exception that indicates the requested look & feel management classes are not present on the user's system. |
Uses of Throwable in javax.swing.text |
---|
Modifier and Type | Class and Description |
---|---|
class |
BadLocationException
This exception is to report bad locations within a document model (that is, attempts to reference a location that doesn't exist). |
class |
ChangedCharSetException
ChangedCharSetException as the name indicates is an exception thrown when the charset is changed. |
Uses of Throwable in javax.swing.tree |
---|
Modifier and Type | Class and Description |
---|---|
class |
ExpandVetoException
Exception used to stop and expand/collapse from happening. |
Uses of Throwable in javax.swing.undo |
---|
Modifier and Type | Class and Description |
---|---|
class |
CannotRedoException
Thrown when an UndoableEdit is told to redo() and can't. |
class |
CannotUndoException
Thrown when an UndoableEdit is told to undo() and can't. |
Uses of Throwable in javax.transaction |
---|
Modifier and Type | Class and Description |
---|---|
class |
InvalidTransactionException
This exception indicates that the request carried an invalid transaction context. |
class |
TransactionRequiredException
This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction. |
class |
TransactionRolledbackException
This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back. |
Uses of Throwable in javax.transaction.xa |
---|
Modifier and Type | Class and Description |
---|---|
class |
XAException
The XAException is thrown by the Resource Manager (RM) to inform the Transaction Manager of an error encountered by the involved transaction. |
Uses of Throwable in javax.xml.bind |
---|
Modifier and Type | Class and Description |
---|---|
class |
DataBindingException
Exception that represents a failure in a JAXB operation. |
class |
JAXBException
This is the root exception class for all JAXB exceptions. |
class |
PropertyException
This exception indicates that an error was encountered while getting or setting a property. |
class |
TypeConstraintException
This exception indicates that a violation of a dynamically checked type constraint was detected. |
class |
ValidationException
This exception indicates that an error has occurred while performing a validate operation. |
Modifier and Type | Method and Description |
---|---|
Throwable |
JAXBException.getCause()
|
Throwable |
ValidationEvent.getLinkedException()
Retrieve the linked exception for this warning/error. |
Throwable |
TypeConstraintException.getLinkedException()
Get the linked exception |
Throwable |
JAXBException.getLinkedException()
Get the linked exception |
Modifier and Type | Method and Description |
---|---|
void |
TypeConstraintException.setLinkedException(Throwable exception)
Add a linked Exception. |
void |
JAXBException.setLinkedException(Throwable exception)
Add a linked Exception. |
Constructor and Description |
---|
DataBindingException(String message,
Throwable cause)
|
DataBindingException(Throwable cause)
|
JAXBException(String message,
String errorCode,
Throwable exception)
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException. |
JAXBException(String message,
Throwable exception)
Construct a JAXBException with the specified detail message and linkedException. |
JAXBException(Throwable exception)
Construct a JAXBException with a linkedException. |
MarshalException(String message,
String errorCode,
Throwable exception)
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException. |
MarshalException(String message,
Throwable exception)
Construct a MarshalException with the specified detail message and linkedException. |
MarshalException(Throwable exception)
Construct a MarshalException with a linkedException. |
PropertyException(String message,
String errorCode,
Throwable exception)
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException. |
PropertyException(String message,
Throwable exception)
Construct a PropertyException with the specified detail message and linkedException. |
PropertyException(Throwable exception)
Construct a PropertyException with a linkedException. |
TypeConstraintException(String message,
String errorCode,
Throwable exception)
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException. |
TypeConstraintException(String message,
Throwable exception)
Construct a TypeConstraintException with the specified detail message and linkedException. |
TypeConstraintException(Throwable exception)
Construct a TypeConstraintException with a linkedException. |
UnmarshalException(String message,
String errorCode,
Throwable exception)
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException. |
UnmarshalException(String message,
Throwable exception)
Construct an UnmarshalException with the specified detail message and linkedException. |
UnmarshalException(Throwable exception)
Construct an UnmarshalException with a linkedException. |
ValidationException(String message,
String errorCode,
Throwable exception)
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException. |
ValidationException(String message,
Throwable exception)
Construct an ValidationException with the specified detail message and linkedException. |
ValidationException(Throwable exception)
Construct an ValidationException with a linkedException. |
Uses of Throwable in javax.xml.bind.helpers |
---|
Modifier and Type | Method and Description |
---|---|
Throwable |
ValidationEventImpl.getLinkedException()
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationEventImpl.setLinkedException(Throwable _linkedException)
Set the linked exception field of this event. |
Constructor and Description |
---|
NotIdentifiableEventImpl(int _severity,
String _message,
ValidationEventLocator _locator,
Throwable _linkedException)
Create a new NotIdentifiableEventImpl. |
ParseConversionEventImpl(int _severity,
String _message,
ValidationEventLocator _locator,
Throwable _linkedException)
Create a new ParseConversionEventImpl. |
PrintConversionEventImpl(int _severity,
String _message,
ValidationEventLocator _locator,
Throwable _linkedException)
Create a new PrintConversionEventImpl. |
ValidationEventImpl(int _severity,
String _message,
ValidationEventLocator _locator,
Throwable _linkedException)
Create a new ValidationEventImpl. |
Uses of Throwable in javax.xml.crypto |
---|
Modifier and Type | Class and Description |
---|---|
class |
KeySelectorException
Indicates an exceptional condition thrown by a KeySelector . |
class |
MarshalException
Indicates an exceptional condition that occured during the XML marshalling or unmarshalling process. |
class |
NoSuchMechanismException
This exception is thrown when a particular XML mechanism is requested but is not available in the environment. |
class |
URIReferenceException
Indicates an exceptional condition thrown while dereferencing a URIReference . |
Modifier and Type | Method and Description |
---|---|
Throwable |
NoSuchMechanismException.getCause()
Returns the cause of this NoSuchMechanismException or
null if the cause is nonexistent or unknown. |
Throwable |
MarshalException.getCause()
Returns the cause of this MarshalException or
null if the cause is nonexistent or unknown. |
Throwable |
URIReferenceException.getCause()
Returns the cause of this URIReferenceException or
null if the cause is nonexistent or unknown. |
Throwable |
KeySelectorException.getCause()
Returns the cause of this KeySelectorException or
null if the cause is nonexistent or unknown. |
Constructor and Description |
---|
KeySelectorException(String message,
Throwable cause)
Constructs a new KeySelectorException with the
specified detail message and cause. |
KeySelectorException(Throwable cause)
Constructs a new KeySelectorException with the specified
cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause ). |
MarshalException(String message,
Throwable cause)
Constructs a new MarshalException with the
specified detail message and cause. |
MarshalException(Throwable cause)
Constructs a new MarshalException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause ). |
NoSuchMechanismException(String message,
Throwable cause)
Constructs a new NoSuchMechanismException with the
specified detail message and cause. |
NoSuchMechanismException(Throwable cause)
Constructs a new NoSuchMechanismException with the
specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically
contains the class and detail message of cause ). |
URIReferenceException(String message,
Throwable cause)
Constructs a new URIReferenceException with the
specified detail message and cause. |
URIReferenceException(String message,
Throwable cause,
URIReference uriReference)
Constructs a new URIReferenceException with the
specified detail message, cause and URIReference . |
URIReferenceException(Throwable cause)
Constructs a new URIReferenceException with the specified
cause and a detail message of (cause==null ? null :
cause.toString()) (which typically contains the class and detail
message of cause ). |
Uses of Throwable in javax.xml.crypto.dsig |
---|
Modifier and Type | Class and Description |
---|---|
class |
TransformException
Indicates an exceptional condition that occured while executing a transform algorithm. |
class |
XMLSignatureException
Indicates an exceptional condition that occured during the XML signature generation or validation process. |
Modifier and Type | Method and Description |
---|---|
Throwable |
XMLSignatureException.getCause()
Returns the cause of this XMLSignatureException or
null if the cause is nonexistent or unknown. |
Throwable |
TransformException.getCause()
Returns the cause of this TransformException or
null if the cause is nonexistent or unknown. |
Constructor and Description |
---|
TransformException(String message,
Throwable cause)
Constructs a new TransformException with the
specified detail message and cause. |
TransformException(Throwable cause)
Constructs a new TransformException with the specified
cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause ). |
XMLSignatureException(String message,
Throwable cause)
Constructs a new XMLSignatureException with the
specified detail message and cause. |
XMLSignatureException(Throwable cause)
Constructs a new XMLSignatureException with the specified
cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause ). |
Uses of Throwable in javax.xml.datatype |
---|
Modifier and Type | Class and Description |
---|---|
class |
DatatypeConfigurationException
Indicates a serious configuration error. |
Constructor and Description |
---|
DatatypeConfigurationException(String message,
Throwable cause)
Create a new DatatypeConfigurationException with
the specified detail message and cause. |
DatatypeConfigurationException(Throwable cause)
Create a new DatatypeConfigurationException with
the specified cause. |
Uses of Throwable in javax.xml.parsers |
---|
Modifier and Type | Class and Description |
---|---|
class |
FactoryConfigurationError
Thrown when a problem with configuration with the Parser Factories exists. |
class |
ParserConfigurationException
Indicates a serious configuration error. |
Modifier and Type | Method and Description |
---|---|
Throwable |
FactoryConfigurationError.getCause()
use the exception chaining mechanism of JDK1.4 |
Uses of Throwable in javax.xml.soap |
---|
Modifier and Type | Class and Description |
---|---|
class |
SOAPException
An exception that signals that a SOAP exception has occurred. |
Modifier and Type | Method and Description |
---|---|
Throwable |
SOAPException.getCause()
Returns the Throwable object embedded in this
SOAPException if there is one. |
Throwable |
SOAPException.initCause(Throwable cause)
Initializes the cause field of this SOAPException
object with the given Throwable object. |
Modifier and Type | Method and Description |
---|---|
Throwable |
SOAPException.initCause(Throwable cause)
Initializes the cause field of this SOAPException
object with the given Throwable object. |
Constructor and Description |
---|
SOAPException(String reason,
Throwable cause)
Constructs a SOAPException object with the given
String as the reason for the exception being thrown
and the given Throwable object as an embedded
exception. |
SOAPException(Throwable cause)
Constructs a SOAPException object initialized
with the given Throwable object. |
Uses of Throwable in javax.xml.stream |
---|
Modifier and Type | Class and Description |
---|---|
class |
XMLStreamException
The base exception for unexpected processing errors. |
Modifier and Type | Field and Description |
---|---|
protected Throwable |
XMLStreamException.nested
|
Modifier and Type | Method and Description |
---|---|
Throwable |
FactoryConfigurationError.getCause()
use the exception chaining mechanism of JDK1.4 |
Throwable |
XMLStreamException.getNestedException()
Gets the nested exception. |
Constructor and Description |
---|
XMLStreamException(String msg,
Location location,
Throwable th)
Construct an exception with the assocated message, exception and location. |
XMLStreamException(String msg,
Throwable th)
Construct an exception with the assocated message and exception |
XMLStreamException(Throwable th)
Construct an exception with the assocated exception |
Uses of Throwable in javax.xml.transform |
---|
Modifier and Type | Class and Description |
---|---|
class |
TransformerConfigurationException
Indicates a serious configuration error. |
class |
TransformerException
This class specifies an exceptional condition that occured during the transformation process. |
class |
TransformerFactoryConfigurationError
Thrown when a problem with configuration with the Transformer Factories exists. |
Modifier and Type | Method and Description |
---|---|
Throwable |
TransformerFactoryConfigurationError.getCause()
use the exception chaining mechanism of JDK1.4 |
Throwable |
TransformerException.getCause()
Returns the cause of this throwable or null if the
cause is nonexistent or unknown. |
Throwable |
TransformerException.getException()
This method retrieves an exception that this exception wraps. |
Throwable |
TransformerException.initCause(Throwable cause)
Initializes the cause of this throwable to the specified value. |
Modifier and Type | Method and Description |
---|---|
Throwable |
TransformerException.initCause(Throwable cause)
Initializes the cause of this throwable to the specified value. |
Constructor and Description |
---|
TransformerConfigurationException(String message,
SourceLocator locator,
Throwable e)
Wrap an existing exception in a TransformerConfigurationException. |
TransformerConfigurationException(String msg,
Throwable e)
Create a new TransformerConfigurationException with the
given Exception base cause and detail message. |
TransformerConfigurationException(Throwable e)
Create a new TransformerConfigurationException with a
given Exception base cause of the error. |
TransformerException(String message,
SourceLocator locator,
Throwable e)
Wrap an existing exception in a TransformerException. |
TransformerException(String message,
Throwable e)
Wrap an existing exception in a TransformerException. |
TransformerException(Throwable e)
Create a new TransformerException wrapping an existing exception. |
Uses of Throwable in javax.xml.ws |
---|
Modifier and Type | Class and Description |
---|---|
class |
WebServiceException
The WebServiceException class is the base
exception class for all JAX-WS API runtime exceptions. |
Constructor and Description |
---|
ProtocolException(String message,
Throwable cause)
Constructs a new runtime exception with the specified detail message and cause. |
ProtocolException(Throwable cause)
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically
contains the class and detail message of cause). |
WebServiceException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
WebServiceException(Throwable cause)
Constructs a new WebServiceException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). |
Uses of Throwable in javax.xml.ws.http |
---|
Modifier and Type | Class and Description |
---|---|
class |
HTTPException
The HTTPException exception represents a
XML/HTTP fault. |
Uses of Throwable in javax.xml.ws.soap |
---|
Modifier and Type | Class and Description |
---|---|
class |
SOAPFaultException
The SOAPFaultException exception represents a
SOAP 1.1 or 1.2 fault. |
Uses of Throwable in javax.xml.xpath |
---|
Modifier and Type | Class and Description |
---|---|
class |
XPathException
XPathException represents a generic XPath exception. |
class |
XPathExpressionException
XPathExpressionException represents an error in an XPath expression. |
class |
XPathFactoryConfigurationException
XPathFactoryConfigurationException represents a configuration error in a XPathFactory environment. |
class |
XPathFunctionException
XPathFunctionException represents an error with an XPath function. |
Modifier and Type | Method and Description |
---|---|
Throwable |
XPathException.getCause()
Get the cause of this XPathException. |
Constructor and Description |
---|
XPathException(Throwable cause)
Constructs a new XPathException
with the specified cause . |
XPathExpressionException(Throwable cause)
Constructs a new XPathExpressionException
with the specified cause . |
XPathFactoryConfigurationException(Throwable cause)
Constructs a new XPathFactoryConfigurationException
with the specified cause . |
XPathFunctionException(Throwable cause)
Constructs a new XPathFunctionException with the specified cause . |
Uses of Throwable in org.ietf.jgss |
---|
Modifier and Type | Class and Description |
---|---|
class |
GSSException
This exception is thrown whenever a GSS-API error occurs, including any mechanism specific error. |
Uses of Throwable in org.omg.CORBA |
---|
Modifier and Type | Class and Description |
---|---|
class |
ACTIVITY_COMPLETED
The ACTIVITY_COMPLETED system exception may be raised on any
method for which Activity context is accessed. |
class |
ACTIVITY_REQUIRED
The ACTIVITY_REQUIRED system exception may be raised on any
method for which an Activity context is required. |
class |
BAD_CONTEXT
Exception thrown when an operation is invoked by a client but the passed context does not contain the context values required by the operation. |
class |
BAD_INV_ORDER
This exception indicates that the caller has invoked operations in the wrong order. |
class |
BAD_OPERATION
Exception thrown when an object reference denotes an existing object, but that the object does not support the operation that was invoked. |
class |
BAD_PARAM
Exception thrown when a parameter passed to a call is out of range or otherwise considered illegal. |
class |
BAD_QOS
The BAD_QOS exception is raised whenever an object cannot
support the quality of service required by an invocation parameter that
has a quality of service semantics associated with it. |
class |
BAD_TYPECODE
Exception thrown when the ORB has encountered a malformed type code (for example, a type code with an invalid TCKind value). |
class |
Bounds
A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access. |
class |
CODESET_INCOMPATIBLE
This exception is raised whenever meaningful communication is not possible between client and server native code sets. |
class |
COMM_FAILURE
This exception is raised if communication is lost while an operation is in progress, after the request was sent by the client, but before the reply from the server has been returned to the client. |
class |
DATA_CONVERSION
This exception is raised if an ORB cannot convert the representation of data as marshaled into its native representation or vice-versa. |
class |
FREE_MEM
Exception thrown when the ORB failed in an attempt to free dynamic memory, for example because of heap corruption or memory segments being locked. |
class |
IMP_LIMIT
This exception indicates that an implementation limit was exceeded in the ORB run time. |
class |
INITIALIZE
Exception thrown when an ORB has encountered a failure during its initialization, such as failure to acquire networking resources or detecting a configuration error. |
class |
INTERNAL
This exception indicates an internal failure in an ORB, for example, if an ORB has detected corruption of its internal data structures. |
class |
INTF_REPOS
Exception raised when an ORB cannot reach the interface repository, or some other failure relating to the interface repository is detected. |
class |
INV_FLAG
Exception thrown when an invalid flag was passed to an operation (for example, when creating a DII request). |
class |
INV_IDENT
This exception indicates that an IDL identifier is syntactically invalid. |
class |
INV_OBJREF
This exception indicates that an object reference is internally malformed. |
class |
INV_POLICY
Standard exception thrown when an invocation cannot be made because of an incompatibility between Policy overrides that apply to the particular invocation. |
class |
INVALID_ACTIVITY
The INVALID_ACTIVITY system exception may be raised on the
Activity or Transaction services' resume methods if a transaction or
Activity is resumed in a context different to that from which it was
suspended. |
class |
INVALID_TRANSACTION
Exception thrown when the request carried an invalid transaction context. |
class |
MARSHAL
A request or reply from the network is structurally invalid. |
class |
NO_IMPLEMENT
This exception indicates that even though the operation that was invoked exists (it has an IDL definition), no implementation for that operation exists. |
class |
NO_MEMORY
Exception thrown when the ORB run time has run out of memory. |
class |
NO_PERMISSION
Exception thrown when an invocation failed because the caller has insufficient privileges. |
class |
NO_RESOURCES
Exception thrown when the ORB has encountered some general resource limitation. |
class |
NO_RESPONSE
This exception is raised if a client attempts to retrieve the result of a deferred synchronous call, but the response for the request is not yet available. |
class |
OBJ_ADAPTER
This exception typically indicates an administrative mismatch, for example, a server may have made an attempt to register itself with an implementation repository under a name that is already in use, or is unknown to the repository. |
class |
OBJECT_NOT_EXIST
Exception raised whenever an invocation on a deleted object was performed. |
class |
PERSIST_STORE
This exception indicates a persistent storage failure, for example, failure to establish a database connection or corruption of a database. |
class |
PolicyError
A user exception thrown when a policy error occurs. |
class |
REBIND
REBIND is raised when the current effective RebindPolicy,
has a value of NO_REBIND or NO_RECONNECT and an invocation on a bound
object reference results in a LocateReply message with status
OBJECT_FORWARD or a Reply message with status LOCATION_FORWARD. |
class |
SystemException
The root class for all CORBA standard exceptions. |
class |
TIMEOUT
TIMEOUT is raised when no delivery has been made and the
specified time-to-live period has been exceeded. |
class |
TRANSACTION_MODE
The CORBA TRANSACTION_MODE exception is thrown
by the client ORB if it detects a mismatch between the
InvocationPolicy in the IOR and the chosen invocation path
(i.e, direct or routed invocation). |
class |
TRANSACTION_REQUIRED
Exception indicates that the request carried a null transaction context, but an active transaction is required. |
class |
TRANSACTION_ROLLEDBACK
Exception thrown when the transaction associated with the request has already been rolled back or marked to roll back. |
class |
TRANSACTION_UNAVAILABLE
The CORBA TRANSACTION_UNAVAILABLE exception is thrown
by the ORB when it cannot process a transaction service context because
its connection to the Transaction Service has been abnormally terminated. |
class |
TRANSIENT
Exception thrown when the ORB attempted to reach an object and failed. |
class |
UNKNOWN
This exception is raised if an operation implementation throws a non-CORBA exception (such as an exception specific to the implementation's programming language), or if an operation raises a user exception that does not appear in the operation's raises expression. |
class |
UnknownUserException
A class that contains user exceptions returned by the server. |
class |
UserException
The root class for CORBA IDL-defined user exceptions. |
class |
WrongTransaction
The CORBA WrongTransaction user-defined exception. |
Uses of Throwable in org.omg.CORBA.DynAnyPackage |
---|
Modifier and Type | Class and Description |
---|---|
class |
Invalid
Invalid is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter. |
class |
InvalidSeq
The InvalidSeq exception is thrown by all operations on dynamic anys that take a sequence (Java array) as an argument, when that sequence is invalid. |
class |
InvalidValue
|
class |
TypeMismatch
TypeMismatch is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed. |
Uses of Throwable in org.omg.CORBA.ORBPackage |
---|
Modifier and Type | Class and Description |
---|---|
class |
InconsistentTypeCode
InconsistentTypeCode is thrown when an attempt is made to create a dynamic any with a type code that does not match the particular subclass of DynAny . |
class |
InvalidName
The InvalidName exception is raised when
ORB.resolve_initial_references is passed a name
for which there is no initial reference. |
Uses of Throwable in org.omg.CORBA.portable |
---|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationException
This class is used for reporting application level exceptions between ORBs and stubs. |
class |
IndirectionException
The Indirection exception is a Java specific system exception. |
class |
RemarshalException
This class is used for reporting locate forward exceptions and object forward GIOP messages back to the ORB. |
class |
UnknownException
The org.omg.CORBA.portable.UnknownException is used for reporting unknown exceptions between ties and ORBs and between ORBs and stubs. |
Modifier and Type | Field and Description |
---|---|
Throwable |
UnknownException.originalEx
A throwable--the original exception that was wrapped in a CORBA UnknownException. |
Constructor and Description |
---|
UnknownException(Throwable ex)
Constructs an UnknownException object. |
Uses of Throwable in org.omg.CORBA.TypeCodePackage |
---|
Modifier and Type | Class and Description |
---|---|
class |
BadKind
The exception BadKind is thrown when
an inappropriate operation is invoked on a TypeCode object. |
Uses of Throwable in org.omg.CosNaming.NamingContextExtPackage |
---|
Modifier and Type | Class and Description |
---|---|
class |
InvalidAddress
org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java . |
Uses of Throwable in org.omg.CosNaming.NamingContextPackage |
---|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyBound
org/omg/CosNaming/NamingContextPackage/AlreadyBound.java . |
class |
CannotProceed
org/omg/CosNaming/NamingContextPackage/CannotProceed.java . |
class |
NotEmpty
org/omg/CosNaming/NamingContextPackage/NotEmpty.java . |
class |
NotFound
org/omg/CosNaming/NamingContextPackage/NotFound.java . |
Uses of Throwable in org.omg.IOP.CodecFactoryPackage |
---|
Modifier and Type | Class and Description |
---|---|
class |
UnknownEncoding
org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java . |
Uses of Throwable in org.omg.IOP.CodecPackage |
---|
Modifier and Type | Class and Description |
---|---|
class |
FormatMismatch
org/omg/IOP/CodecPackage/FormatMismatch.java . |
class |
InvalidTypeForEncoding
org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java . |
Uses of Throwable in org.omg.PortableInterceptor |
---|
Modifier and Type | Class and Description |
---|---|
class |
InvalidSlot
org/omg/PortableInterceptor/InvalidSlot.java . |
Uses of Throwable in org.omg.PortableInterceptor.ORBInitInfoPackage |
---|
Modifier and Type | Class and Description |
---|---|
class |
DuplicateName
org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java . |
Uses of Throwable in org.omg.PortableServer |
---|
Modifier and Type | Class and Description |
---|---|
class |
ForwardRequest
org/omg/PortableServer/ForwardRequest.java . |
Uses of Throwable in org.omg.PortableServer.CurrentPackage |
---|
Modifier and Type | Class and Description |
---|---|
class |
NoContext
org/omg/PortableServer/CurrentPackage/NoContext.java . |
Uses of Throwable in org.omg.PortableServer.POAManagerPackage |
---|
Modifier and Type | Class and Description |
---|---|
class |
AdapterInactive
org/omg/PortableServer/POAManagerPackage/AdapterInactive.java . |
Uses of Throwable in org.omg.PortableServer.POAPackage |
---|
Modifier and Type | Class and Description |
---|---|
class |
AdapterAlreadyExists
org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java . |
class |
AdapterNonExistent
org/omg/PortableServer/POAPackage/AdapterNonExistent.java . |
class |
InvalidPolicy
org/omg/PortableServer/POAPackage/InvalidPolicy.java . |
class |
NoServant
org/omg/PortableServer/POAPackage/NoServant.java . |
class |
ObjectAlreadyActive
org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java . |
class |
ObjectNotActive
org/omg/PortableServer/POAPackage/ObjectNotActive.java . |
class |
ServantAlreadyActive
org/omg/PortableServer/POAPackage/ServantAlreadyActive.java . |
class |
ServantNotActive
org/omg/PortableServer/POAPackage/ServantNotActive.java . |
class |
WrongAdapter
org/omg/PortableServer/POAPackage/WrongAdapter.java . |
class |
WrongPolicy
org/omg/PortableServer/POAPackage/WrongPolicy.java . |
Uses of Throwable in org.w3c.dom |
---|
Modifier and Type | Class and Description |
---|---|
class |
DOMException
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable). |
Uses of Throwable in org.w3c.dom.events |
---|
Modifier and Type | Class and Description |
---|---|
class |
EventException
Event operations may throw an EventException as specified in
their method descriptions. |
Uses of Throwable in org.w3c.dom.ls |
---|
Modifier and Type | Class and Description |
---|---|
class |
LSException
Parser or write operations may throw an LSException if the
processing is stopped. |
Uses of Throwable in org.xml.sax |
---|
Modifier and Type | Class and Description |
---|---|
class |
SAXException
Encapsulate a general SAX error or warning. |
class |
SAXNotRecognizedException
Exception class for an unrecognized identifier. |
class |
SAXNotSupportedException
Exception class for an unsupported operation. |
class |
SAXParseException
Encapsulate an XML parse error or warning. |
Modifier and Type | Method and Description |
---|---|
Throwable |
SAXException.getCause()
Return the cause of the exception |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.