Uses of Package
java.lang
-
Packages that use java.lang Package Description com.intel.runtime.comm com.intel.runtime.core com.intel.runtime.util java.io java.lang java.util -
Classes in java.lang used by com.intel.runtime.comm Class and Description IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (char
s).Throwable The superclass of all classes which can be thrown by the virtual machine. -
Classes in java.lang used by com.intel.runtime.core Class and Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by com.intel.runtime.util Class and Description Exception Exception
is the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.RuntimeException RuntimeException
is the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the virtual machine.SecurityException Thrown when a security manager check fails.String An immutable sequence of characters/code units (char
s).Throwable The superclass of all classes which can be thrown by the virtual machine. -
Classes in java.lang used by java.io Class and Description Exception Exception
is the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (char
s).Throwable The superclass of all classes which can be thrown by the virtual machine. -
Classes in java.lang used by java.lang Class and Description Boolean Byte Character Class The in-memory representation of a Java class.Error Error
is the superclass of all classes that represent unrecoverable errors.Exception Exception
is the superclass of all classes that represent recoverable exceptions.IllegalAccessException Thrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.IncompatibleClassChangeError IncompatibleClassChangeError
is the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.IndexOutOfBoundsException Thrown when a program attempts to access a value in an indexable collection using a value which is outside of the range of valid indices.InstantiationException Thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.Integer Long The wrapper for the primitive typelong
.NumberFormatException Thrown when an invalid value is passed to a string-to-number conversion method.Object The root class of the Java class hierarchy.Runtime Allows Java applications to interface with the environment in which they are running.RuntimeException RuntimeException
is the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the virtual machine.Short StackTraceElement A representation of a single stack frame.String An immutable sequence of characters/code units (char
s).StringBuffer StringBuffer is a variable size contiguous indexable array of characters.StringBuilder Throwable The superclass of all classes which can be thrown by the virtual machine.VirtualMachineError VirtualMachineError
is the superclass of all error classes that occur during the operation of the virtual machine. -
Classes in java.lang used by java.util Class and Description Exception Exception
is the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.RuntimeException RuntimeException
is the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the virtual machine.String An immutable sequence of characters/code units (char
s).Throwable The superclass of all classes which can be thrown by the virtual machine.