Serialized Form
-
Package dalvik.system
-
Class dalvik.system.BlockGuard.BlockGuardPolicyException extends RuntimeException implements Serializable
-
Serialized Fields
-
mMessage
String mMessage
-
mPolicyState
int mPolicyState
-
mPolicyViolated
int mPolicyViolated
-
-
-
-
Package java.awt.font
-
Class java.awt.font.NumericShaper extends Object implements Serializable
- serialVersionUID:
- -8022764705923730308L
-
Serialization Methods
-
readObject
Read object.- Throws:
IOException- Signals that an I/O exception has occurred.ClassNotFoundException- the class not found exception
-
writeObject
Write object.- Throws:
IOException- Signals that an I/O exception has occurred.
-
-
Serialized Fields
-
contexts
String[] contexts
The contexts. -
digitsLowRanges
int[] digitsLowRanges
The digits low ranges. -
fContextual
boolean fContextual
The contextual. -
fDefaultContextIndex
int fDefaultContextIndex
The default context index. -
fRanges
int fRanges
The ranges. -
fSingleRangeIndex
int fSingleRangeIndex
The single range index. -
key
int key
The key. -
mask
int mask
The mask. -
scriptsRanges
int[] scriptsRanges
The scripts ranges.
-
-
Class java.awt.font.TextAttribute extends AttributedCharacterIterator.Attribute implements Serializable
- serialVersionUID:
- 7744112784117861702L
-
-
Package java.beans
-
Class java.beans.IndexedPropertyChangeEvent extends PropertyChangeEvent implements Serializable
- serialVersionUID:
- -320227448495806870L
-
Serialized Fields
-
index
int index
-
-
Class java.beans.PropertyChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 7042693688939648123L
-
Class java.beans.PropertyChangeSupport extends Object implements Serializable
- serialVersionUID:
- 6401253773779951803L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package java.io
-
Class java.io.CharConversionException extends IOException implements Serializable
- serialVersionUID:
- -8680016352018427031L
-
Class java.io.EOFException extends IOException implements Serializable
- serialVersionUID:
- 6433858223774886977L
-
Class java.io.File extends Object implements Serializable
- serialVersionUID:
- 301077366599181567L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
path
String path
The path we return from getPath. This is almost the path we were given, but without duplicate adjacent slashes and without trailing slashes (except for the special case of the root directory). This path may be the empty string. This can't be final because we override readObject.
-
-
Class java.io.FileNotFoundException extends IOException implements Serializable
- serialVersionUID:
- -897856973823710492L
-
Class java.io.FilePermission extends Permission implements Serializable
-
Class java.io.InterruptedIOException extends IOException implements Serializable
- serialVersionUID:
- 4020568460727500567L
-
Serialized Fields
-
bytesTransferred
int bytesTransferred
The number of bytes transferred before the I/O interrupt occurred.
-
-
Class java.io.InvalidClassException extends ObjectStreamException implements Serializable
- serialVersionUID:
- -4333316296251054416L
-
Serialized Fields
-
classname
String classname
The fully qualified name of the class that caused the problem.
-
-
Class java.io.InvalidObjectException extends ObjectStreamException implements Serializable
- serialVersionUID:
- 3233174318281839583L
-
Class java.io.IOError extends Error implements Serializable
- serialVersionUID:
- 67100927991680413L
-
Class java.io.IOException extends Exception implements Serializable
- serialVersionUID:
- 7818375828146090155L
-
Class java.io.NotActiveException extends ObjectStreamException implements Serializable
- serialVersionUID:
- -3893467273049808895L
-
Class java.io.NotSerializableException extends ObjectStreamException implements Serializable
- serialVersionUID:
- 2906642554793891381L
-
Class java.io.ObjectStreamClass extends Object implements Serializable
- serialVersionUID:
- -6120832682080437368L
-
Class java.io.ObjectStreamException extends IOException implements Serializable
- serialVersionUID:
- 7260898174833392607L
-
Class java.io.OptionalDataException extends ObjectStreamException implements Serializable
- serialVersionUID:
- -8011121865681257820L
-
Serialized Fields
-
eof
boolean eof
trueindicates that there is no more primitive data available. -
length
int length
The number of bytes of primitive data (int, char, long etc.) that are available.
-
-
Class java.io.SerializablePermission extends BasicPermission implements Serializable
-
Class java.io.StreamCorruptedException extends ObjectStreamException implements Serializable
- serialVersionUID:
- 8983558202217591746L
-
Class java.io.SyncFailedException extends IOException implements Serializable
- serialVersionUID:
- -2353342684412443330L
-
Class java.io.UnsupportedEncodingException extends IOException implements Serializable
- serialVersionUID:
- -4274276298326136670L
-
Class java.io.UTFDataFormatException extends IOException implements Serializable
- serialVersionUID:
- 420743449228280612L
-
Class java.io.WriteAbortedException extends ObjectStreamException implements Serializable
- serialVersionUID:
- -3326426625597282442L
-
Serialized Fields
-
detail
Exception detail
The exception that occured when writeObject() was attempting to serialize the object.
-
-
-
Package java.lang
-
Class java.lang.AbstractMethodError extends IncompatibleClassChangeError implements Serializable
- serialVersionUID:
- -1654391082989018462L
-
Class java.lang.ArithmeticException extends RuntimeException implements Serializable
- serialVersionUID:
- 2256477558314496007L
-
Class java.lang.ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable
- serialVersionUID:
- -5116101128118950844L
-
Class java.lang.ArrayStoreException extends RuntimeException implements Serializable
- serialVersionUID:
- -4522193890499838241L
-
Class java.lang.AssertionError extends Error implements Serializable
- serialVersionUID:
- -5013299493970297370L
-
Class java.lang.Boolean extends Object implements Serializable
- serialVersionUID:
- -3665804199014368530L
-
Serialized Fields
-
value
boolean value
The boolean value of the receiver.
-
-
Class java.lang.Byte extends Number implements Serializable
- serialVersionUID:
- -7183698231559129828L
-
Serialized Fields
-
value
byte value
The value which the receiver represents.
-
-
Class java.lang.Character extends Object implements Serializable
- serialVersionUID:
- 3786198910865385080L
-
Serialized Fields
-
value
char value
-
-
Class java.lang.Class extends Object implements Serializable
- serialVersionUID:
- 3206093459760846163L
-
Serialized Fields
-
cacheRef
SoftReference<java.lang.ClassCache<T>> cacheRef
-
-
Class java.lang.ClassCastException extends RuntimeException implements Serializable
- serialVersionUID:
- -9223365651070458532L
-
Class java.lang.ClassCircularityError extends LinkageError implements Serializable
- serialVersionUID:
- 1054362542914539689L
-
Class java.lang.ClassFormatError extends LinkageError implements Serializable
- serialVersionUID:
- -8420114879011949195L
-
Class java.lang.ClassNotFoundException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- 9176873029745254542L
-
Serialized Fields
-
ex
Throwable ex
-
-
Class java.lang.CloneNotSupportedException extends Exception implements Serializable
- serialVersionUID:
- 5195511250079656443L
-
Class java.lang.Double extends Number implements Serializable
- serialVersionUID:
- -9172774392245257468L
-
Serialized Fields
-
value
double value
The value which the receiver represents.
-
-
Class java.lang.Enum extends Object implements Serializable
- serialVersionUID:
- -4300926546619394005L
-
Serialized Fields
-
name
String name
-
ordinal
int ordinal
-
-
Class java.lang.EnumConstantNotPresentException extends RuntimeException implements Serializable
- serialVersionUID:
- -6046998521960521108L
-
Class java.lang.Error extends Throwable implements Serializable
- serialVersionUID:
- 4980196508277280342L
-
Class java.lang.Exception extends Throwable implements Serializable
- serialVersionUID:
- -3387516993124229948L
-
Class java.lang.ExceptionInInitializerError extends LinkageError implements Serializable
- serialVersionUID:
- 1521711792217232256L
-
Serialized Fields
-
exception
Throwable exception
-
-
Class java.lang.Float extends Number implements Serializable
- serialVersionUID:
- -2671257302660747028L
-
Serialized Fields
-
value
float value
The value which the receiver represents.
-
-
Class java.lang.IllegalAccessError extends IncompatibleClassChangeError implements Serializable
- serialVersionUID:
- -8988904074992417891L
-
Class java.lang.IllegalAccessException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- 6616958222490762034L
-
Class java.lang.IllegalArgumentException extends RuntimeException implements Serializable
- serialVersionUID:
- -5365630128856068164L
-
Class java.lang.IllegalMonitorStateException extends RuntimeException implements Serializable
- serialVersionUID:
- 3713306369498869069L
-
Class java.lang.IllegalStateException extends RuntimeException implements Serializable
- serialVersionUID:
- -1848914673093119416L
-
Class java.lang.IllegalThreadStateException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -7626246362397460174L
-
Class java.lang.IncompatibleClassChangeError extends LinkageError implements Serializable
- serialVersionUID:
- -4914975503642802119L
-
Class java.lang.IndexOutOfBoundsException extends RuntimeException implements Serializable
- serialVersionUID:
- 234122996006267687L
-
Class java.lang.InstantiationError extends IncompatibleClassChangeError implements Serializable
- serialVersionUID:
- -4885810657349421204L
-
Class java.lang.InstantiationException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- -8441929162975509110L
-
Class java.lang.Integer extends Number implements Serializable
- serialVersionUID:
- 1360826667806852920L
-
Serialized Fields
-
value
int value
The int value represented by this Integer
-
-
Class java.lang.InternalError extends VirtualMachineError implements Serializable
- serialVersionUID:
- -9062593416125562365L
-
Class java.lang.InterruptedException extends Exception implements Serializable
- serialVersionUID:
- 6700697376100628473L
-
Class java.lang.LinkageError extends Error implements Serializable
- serialVersionUID:
- 3579600108157160122L
-
Class java.lang.Long extends Number implements Serializable
- serialVersionUID:
- 4290774380558885855L
-
Serialized Fields
-
value
long value
The value which the receiver represents.
-
-
Class java.lang.NegativeArraySizeException extends RuntimeException implements Serializable
- serialVersionUID:
- -8960118058596991861L
-
Class java.lang.NoClassDefFoundError extends LinkageError implements Serializable
- serialVersionUID:
- 9095859863287012458L
-
Class java.lang.NoSuchFieldError extends IncompatibleClassChangeError implements Serializable
- serialVersionUID:
- -3456430195886129035L
-
Class java.lang.NoSuchFieldException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- -6143714805279938260L
-
Class java.lang.NoSuchMethodError extends IncompatibleClassChangeError implements Serializable
- serialVersionUID:
- -3765521442372831335L
-
Class java.lang.NoSuchMethodException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- 5034388446362600923L
-
Class java.lang.NullPointerException extends RuntimeException implements Serializable
- serialVersionUID:
- 5162710183389028792L
-
Class java.lang.Number extends Object implements Serializable
- serialVersionUID:
- -8742448824652078965L
-
Class java.lang.NumberFormatException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -2848938806368998894L
-
Class java.lang.OutOfMemoryError extends VirtualMachineError implements Serializable
- serialVersionUID:
- 8228564086184010517L
-
Class java.lang.ReflectiveOperationException extends Exception implements Serializable
-
Class java.lang.RuntimeException extends Exception implements Serializable
- serialVersionUID:
- -7034897190745766939L
-
Class java.lang.RuntimePermission extends BasicPermission implements Serializable
-
Class java.lang.SecurityException extends RuntimeException implements Serializable
- serialVersionUID:
- 6878364983674394167L
-
Class java.lang.Short extends Number implements Serializable
- serialVersionUID:
- 7515723908773894738L
-
Serialized Fields
-
value
short value
The value which the receiver represents.
-
-
Class java.lang.StackOverflowError extends VirtualMachineError implements Serializable
- serialVersionUID:
- 8609175038441759607L
-
Class java.lang.StackTraceElement extends Object implements Serializable
- serialVersionUID:
- 6992337162326171013L
-
Class java.lang.String extends Object implements Serializable
- serialVersionUID:
- -6849794470754667710L
-
Serialized Fields
-
count
int count
-
hashCode
int hashCode
-
offset
int offset
-
value
char[] value
-
-
Class java.lang.StringBuffer extends java.lang.AbstractStringBuilder implements Serializable
- serialVersionUID:
- 3388685877147921107L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.lang.StringBuilder extends java.lang.AbstractStringBuilder implements Serializable
- serialVersionUID:
- 4383685877147921099L
-
Serialization Methods
-
readObject
Reads the state of aStringBuilderfrom the passed stream and restores it to this instance.- Throws:
IOException- if the stream throws it during the read.ClassNotFoundException- if the stream throws it during the read.
-
writeObject
Writes the state of this object to the stream passed.- Serial Data:
int- the length of this object.char[]- the buffer from this object, which may be larger than the length field.- Throws:
IOException- if the stream throws it during the write.
-
-
Class java.lang.StringIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable
- serialVersionUID:
- -6762910422159637258L
-
Class java.lang.ThreadDeath extends Error implements Serializable
- serialVersionUID:
- -4417128565033088268L
-
Class java.lang.Throwable extends Object implements Serializable
- serialVersionUID:
- -3042686055658047285L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cause
Throwable cause
The cause of this Throwable. Null when there is no cause. -
detailMessage
String detailMessage
The message provided when the exception was created. -
stackTrace
StackTraceElement[] stackTrace
A fully-expanded representation of the stack trace. -
suppressedExceptions
List<Throwable> suppressedExceptions
Throwables suppressed by this throwable. Null when suppressed exceptions are disabled.
-
-
Class java.lang.TypeNotPresentException extends RuntimeException implements Serializable
- serialVersionUID:
- -5101214195716534496L
-
Serialized Fields
-
typeName
String typeName
-
-
Class java.lang.UnknownError extends VirtualMachineError implements Serializable
- serialVersionUID:
- 2524784860676771849L
-
Class java.lang.UnsatisfiedLinkError extends LinkageError implements Serializable
- serialVersionUID:
- -4019343241616879428L
-
Class java.lang.UnsupportedClassVersionError extends ClassFormatError implements Serializable
- serialVersionUID:
- -7123279212883497373L
-
Class java.lang.UnsupportedOperationException extends RuntimeException implements Serializable
- serialVersionUID:
- -1242599979055084673L
-
Class java.lang.VerifyError extends LinkageError implements Serializable
- serialVersionUID:
- 7001962396098498785L
-
Class java.lang.VirtualMachineError extends Error implements Serializable
- serialVersionUID:
- 4161983926571568670L
-
-
Package java.lang.annotation
-
Class java.lang.annotation.AnnotationFormatError extends Error implements Serializable
- serialVersionUID:
- -4256701562333669892L
-
Class java.lang.annotation.AnnotationTypeMismatchException extends RuntimeException implements Serializable
- serialVersionUID:
- 8125925355765570191L
-
Class java.lang.annotation.IncompleteAnnotationException extends RuntimeException implements Serializable
- serialVersionUID:
- 8445097402741811912L
-
Serialized Fields
-
annotationType
Class<? extends Annotation> annotationType
-
elementName
String elementName
-
-
-
Package java.lang.reflect
-
Class java.lang.reflect.GenericSignatureFormatError extends ClassFormatError implements Serializable
- serialVersionUID:
- 6709919147137911034L
-
Class java.lang.reflect.InvocationTargetException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- 4085088731926701167L
-
Serialized Fields
-
target
Throwable target
-
-
Class java.lang.reflect.MalformedParameterizedTypeException extends RuntimeException implements Serializable
- serialVersionUID:
- -5696557788586220964L
-
Class java.lang.reflect.Proxy extends Object implements Serializable
- serialVersionUID:
- -2222568056686623797L
-
Serialized Fields
-
h
InvocationHandler h
The invocation handler on which the method calls are dispatched.
-
-
Class java.lang.reflect.ReflectPermission extends BasicPermission implements Serializable
-
Class java.lang.reflect.UndeclaredThrowableException extends RuntimeException implements Serializable
- serialVersionUID:
- 330127114055056639L
-
Serialized Fields
-
undeclaredThrowable
Throwable undeclaredThrowable
-
-
-
Package java.math
-
Class java.math.BigDecimal extends Number implements Serializable
- serialVersionUID:
- 6108874887143696463L
-
Serialization Methods
-
readObject
Assigns all transient fields upon deserialization of aBigDecimalinstance (bitLength and smallValue). The transient field precision is assigned lazily.- Throws:
IOExceptionClassNotFoundException
-
writeObject
Prepares thisBigDecimalfor serialization, i.e. the non-transient fieldintValis assigned.- Throws:
IOException
-
-
Serialized Fields
-
intVal
BigInteger intVal
The arbitrary precision integer (unscaled value) in the internal representation ofBigDecimal. -
scale
int scale
The 32-bit integer scale in the internal representation ofBigDecimal.
-
-
Class java.math.BigInteger extends Number implements Serializable
- serialVersionUID:
- -8287574255936472291L
-
Serialization Methods
-
readObject
Assigns all transient fields upon deserialization of aBigIntegerinstance.- Throws:
IOExceptionClassNotFoundException
-
writeObject
Prepares thisBigIntegerfor serialization, i.e. the non-transient fieldssignumandmagnitudeare assigned.- Throws:
IOException
-
-
Serialized Fields
-
magnitude
byte[] magnitude
absolute value field, used for serialization -
signum
int signum
sign field, used for serialization.
-
-
Class java.math.MathContext extends Object implements Serializable
- serialVersionUID:
- 5579720004786848255L
-
Serialization Methods
-
readObject
Makes checks upon deserialization of aMathContextinstance. Checks whetherprecision >= 0androundingMode != null- Throws:
StreamCorruptedException- ifprecision < 0StreamCorruptedException- ifroundingMode == nullIOExceptionClassNotFoundException
-
-
Serialized Fields
-
precision
int precision
The number of digits to be used for an operation; results are rounded to this precision. -
roundingMode
RoundingMode roundingMode
ARoundingModeobject which specifies the algorithm to be used for rounding.
-
-
-
Package java.net
-
Class java.net.BindException extends SocketException implements Serializable
- serialVersionUID:
- -5945005768251722951L
-
Class java.net.ConnectException extends SocketException implements Serializable
- serialVersionUID:
- 3831404271622369215L
-
Class java.net.HttpRetryException extends IOException implements Serializable
- serialVersionUID:
- -9186022286469111381L
-
Serialized Fields
-
location
String location
-
responseCode
int responseCode
-
-
Class java.net.Inet4Address extends InetAddress implements Serializable
- serialVersionUID:
- 3286316764910316507L
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Class java.net.Inet6Address extends InetAddress implements Serializable
- serialVersionUID:
- 6880410070516793377L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.net.InetAddress extends Object implements Serializable
- serialVersionUID:
- 3286316764910316507L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
readResolve
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Class java.net.InetSocketAddress extends SocketAddress implements Serializable
- serialVersionUID:
- 5076001401234631237L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
addr
InetAddress addr
-
hostname
String hostname
-
port
int port
-
-
Class java.net.InetUnixAddress extends InetAddress implements Serializable
-
Class java.net.MalformedURLException extends IOException implements Serializable
- serialVersionUID:
- -182787522200415866L
-
Class java.net.NetPermission extends BasicPermission implements Serializable
-
Class java.net.NoRouteToHostException extends SocketException implements Serializable
- serialVersionUID:
- -1897550894873493790L
-
Class java.net.PortUnreachableException extends SocketException implements Serializable
- serialVersionUID:
- 8462541992376507323L
-
Class java.net.ProtocolException extends IOException implements Serializable
- serialVersionUID:
- -6098449442062388080L
-
Class java.net.SocketAddress extends Object implements Serializable
- serialVersionUID:
- 5215720748342549866L
-
Class java.net.SocketException extends IOException implements Serializable
- serialVersionUID:
- -5935874303556886934L
-
Class java.net.SocketPermission extends Permission implements Serializable
-
Class java.net.SocketTimeoutException extends InterruptedIOException implements Serializable
- serialVersionUID:
- -8846654841826352300L
-
Class java.net.UnknownHostException extends IOException implements Serializable
- serialVersionUID:
- -4639126076052875403L
-
Class java.net.UnknownServiceException extends IOException implements Serializable
- serialVersionUID:
- -4169033248853639508L
-
Class java.net.URI extends Object implements Serializable
- serialVersionUID:
- -6052424284110960213L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
string
String string
-
-
Class java.net.URISyntaxException extends Exception implements Serializable
- serialVersionUID:
- 2137979680897488891L
-
Serialized Fields
-
index
int index
-
input
String input
-
-
Class java.net.URL extends Object implements Serializable
- serialVersionUID:
- -7627629688361524110L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Package java.nio
-
Class java.nio.BufferOverflowException extends RuntimeException implements Serializable
- serialVersionUID:
- -5484897634319144535L
-
Class java.nio.BufferUnderflowException extends RuntimeException implements Serializable
- serialVersionUID:
- -1713313658691622206L
-
Class java.nio.InvalidMarkException extends IllegalStateException implements Serializable
- serialVersionUID:
- 1698329710438510774L
-
Class java.nio.ReadOnlyBufferException extends UnsupportedOperationException implements Serializable
- serialVersionUID:
- -1210063976496234090L
-
-
Package java.nio.channels
-
Class java.nio.channels.AlreadyConnectedException extends IllegalStateException implements Serializable
- serialVersionUID:
- -7331895245053773357L
-
Class java.nio.channels.AsynchronousCloseException extends ClosedChannelException implements Serializable
- serialVersionUID:
- 6891178312432313966L
-
Class java.nio.channels.CancelledKeyException extends IllegalStateException implements Serializable
- serialVersionUID:
- -8438032138028814268L
-
Class java.nio.channels.ClosedByInterruptException extends AsynchronousCloseException implements Serializable
- serialVersionUID:
- -4488191543534286750L
-
Class java.nio.channels.ClosedChannelException extends IOException implements Serializable
- serialVersionUID:
- 882777185433553857L
-
Class java.nio.channels.ClosedSelectorException extends IllegalStateException implements Serializable
- serialVersionUID:
- 6466297122317847835L
-
Class java.nio.channels.ConnectionPendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- 2008393366501760879L
-
Class java.nio.channels.FileLockInterruptionException extends IOException implements Serializable
- serialVersionUID:
- 7104080643653532383L
-
Class java.nio.channels.IllegalBlockingModeException extends IllegalStateException implements Serializable
- serialVersionUID:
- -3335774961855590474L
-
Class java.nio.channels.IllegalSelectorException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -8406323347253320987L
-
Class java.nio.channels.NoConnectionPendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- -8296561183633134743L
-
Class java.nio.channels.NonReadableChannelException extends IllegalStateException implements Serializable
- serialVersionUID:
- -3200915679294993514L
-
Class java.nio.channels.NonWritableChannelException extends IllegalStateException implements Serializable
- serialVersionUID:
- -7071230488279011621L
-
Class java.nio.channels.NotYetBoundException extends IllegalStateException implements Serializable
- serialVersionUID:
- 4640999303950202242L
-
Class java.nio.channels.NotYetConnectedException extends IllegalStateException implements Serializable
- serialVersionUID:
- 4697316551909513464L
-
Class java.nio.channels.OverlappingFileLockException extends IllegalStateException implements Serializable
- serialVersionUID:
- 2047812138163068433L
-
Class java.nio.channels.UnresolvedAddressException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 6136959093620794148L
-
Class java.nio.channels.UnsupportedAddressTypeException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -2964323842829700493L
-
-
Package java.nio.charset
-
Class java.nio.charset.CharacterCodingException extends IOException implements Serializable
- serialVersionUID:
- 8421532232154627783L
-
Class java.nio.charset.CoderMalfunctionError extends Error implements Serializable
- serialVersionUID:
- -1151412348057794301L
-
Class java.nio.charset.IllegalCharsetNameException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1457525358470002989L
-
Serialized Fields
-
charsetName
String charsetName
-
-
Class java.nio.charset.MalformedInputException extends CharacterCodingException implements Serializable
- serialVersionUID:
- -3438823399834806194L
-
Serialized Fields
-
inputLength
int inputLength
-
-
Class java.nio.charset.UnmappableCharacterException extends CharacterCodingException implements Serializable
- serialVersionUID:
- -7026962371537706123L
-
Serialized Fields
-
inputLength
int inputLength
-
-
Class java.nio.charset.UnsupportedCharsetException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1490765524727386367L
-
Serialized Fields
-
charsetName
String charsetName
-
-
-
Package java.security
-
Class java.security.AccessControlException extends SecurityException implements Serializable
- serialVersionUID:
- 5138225684096988535L
-
Serialized Fields
-
perm
Permission perm
-
-
Class java.security.AllPermission extends Permission implements Serializable
-
Class java.security.AuthProvider extends Provider implements Serializable
-
Class java.security.BasicPermission extends Permission implements Serializable
-
Class java.security.CodeSigner extends Object implements Serializable
- serialVersionUID:
- 6819288105193937581L
-
Class java.security.CodeSource extends Object implements Serializable
-
Class java.security.DigestException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 5821450303093652515L
-
Class java.security.GeneralSecurityException extends Exception implements Serializable
- serialVersionUID:
- 894798122053539237L
-
Class java.security.GuardedObject extends Object implements Serializable
- serialVersionUID:
- -5240450096227834308L
-
Serialization Methods
-
writeObject
Checks the guard (if there is one) before performing a default serialization.- Throws:
IOException
-
-
Serialized Fields
-
Class java.security.Identity extends Object implements Serializable
- serialVersionUID:
- 3609922007826600659L
-
Serialized Fields
-
certificates
Vector<Certificate> certificates
Deprecated. -
info
String info
Deprecated. -
name
String name
Deprecated. -
publicKey
PublicKey publicKey
Deprecated. -
scope
IdentityScope scope
Deprecated.
-
-
Class java.security.IdentityScope extends Identity implements Serializable
- serialVersionUID:
- -2337346281189773310L
-
Class java.security.InvalidAlgorithmParameterException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 2864672297499471472L
-
Class java.security.InvalidKeyException extends KeyException implements Serializable
- serialVersionUID:
- 5698479920593359816L
-
Class java.security.InvalidParameterException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -857968536935667808L
-
Class java.security.KeyException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -7483676942812432108L
-
Class java.security.KeyManagementException extends KeyException implements Serializable
- serialVersionUID:
- 947674216157062695L
-
Class java.security.KeyPair extends Object implements Serializable
- serialVersionUID:
- -7565189502268009837L
-
Serialized Fields
-
privateKey
PrivateKey privateKey
-
publicKey
PublicKey publicKey
-
-
Class java.security.KeyRep extends Object implements Serializable
- serialVersionUID:
- -4757683898830641853L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
readResolve
Resolves and returns theKeyobject. ThreeKeyRep.Type|format combinations are supported:-
Type.PRIVATE| "PKCS#8" : returns aPrivateKeyinstance, generated from a key factory (suitable for the algorithm) that is initialized with aPKCS8EncodedKeySpecusing the encoded key bytes. -
Type.SECRET| "RAW" : returns aSecretKeySpecinstance, created with the encoded key bytes and the algorithm. -
Type.PUBLIC| "X.509": returns aPublicKeyinstance, generated from a key factory (suitable for the algorithm) that is initialized with aX509EncodedKeySpecusing the encoded key bytes.
- Throws:
ObjectStreamException- if theType|format combination is not recognized, or the resolution of any key parameter fails.
-
-
-
Serialized Fields
-
algorithm
String algorithm
-
encoded
byte[] encoded
-
format
String format
-
type
KeyRep.Type type
-
-
Class java.security.KeyStoreException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -1119353179322377262L
-
Class java.security.NoSuchAlgorithmException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -7443947487218346562L
-
Class java.security.NoSuchProviderException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 8488111756688534474L
-
Class java.security.Permission extends Object implements Serializable
-
Class java.security.PermissionCollection extends Object implements Serializable
-
Class java.security.Permissions extends PermissionCollection implements Serializable
-
Class java.security.PrivilegedActionException extends Exception implements Serializable
- serialVersionUID:
- 4724086851538908602L
-
Class java.security.Provider extends Properties implements Serializable
- serialVersionUID:
- -4298000515446427739L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws NotActiveException, IOException, ClassNotFoundException
-
-
Serialized Fields
-
Class java.security.ProviderException extends RuntimeException implements Serializable
- serialVersionUID:
- 5256023526693665674L
-
Class java.security.SecureRandom extends Random implements Serializable
- serialVersionUID:
- 4940670005562187L
-
Serialized Fields
-
algorithm
String algorithm
-
provider
Provider provider
-
secureRandomSpi
SecureRandomSpi secureRandomSpi
-
-
Class java.security.SecureRandomSpi extends Object implements Serializable
- serialVersionUID:
- -2991854161009191830L
-
Class java.security.SecurityPermission extends BasicPermission implements Serializable
-
Class java.security.SignatureException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 7509989324975124438L
-
Class java.security.SignedObject extends Object implements Serializable
- serialVersionUID:
- 720502720485447167L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
content
byte[] content
-
signature
byte[] signature
-
thealgorithm
String thealgorithm
-
-
Class java.security.Signer extends Identity implements Serializable
- serialVersionUID:
- -1763464102261361480L
-
Serialized Fields
-
privateKey
PrivateKey privateKey
Deprecated.
-
-
Class java.security.Timestamp extends Object implements Serializable
- serialVersionUID:
- -5502683707821851294L
-
Class java.security.UnrecoverableEntryException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -4527142945246286535L
-
Class java.security.UnrecoverableKeyException extends UnrecoverableEntryException implements Serializable
- serialVersionUID:
- 7275063078190151277L
-
Class java.security.UnresolvedPermission extends Permission implements Serializable
-
-
Package java.security.acl
-
Class java.security.acl.AclNotFoundException extends Exception implements Serializable
- serialVersionUID:
- 5684295034092681791L
-
Class java.security.acl.LastOwnerException extends Exception implements Serializable
- serialVersionUID:
- -5141997548211140359L
-
Class java.security.acl.NotOwnerException extends Exception implements Serializable
- serialVersionUID:
- -5555597911163362399L
-
-
Package java.security.cert
-
Class java.security.cert.Certificate extends Object implements Serializable
- serialVersionUID:
- -3585440601605666277L
-
Serialization Methods
-
writeReplace
Returns an alternate object to be serialized.- Throws:
ObjectStreamException- if the creation of the alternate object fails.
-
-
Serialized Fields
-
type
String type
-
-
Class java.security.cert.Certificate.CertificateRep extends Object implements Serializable
- serialVersionUID:
- -8563758940495660020L
-
Serialization Methods
-
readResolve
Deserializes aCertificatefrom a serializedCertificateRepobject.- Throws:
ObjectStreamException- if deserialization fails.
-
-
Class java.security.cert.CertificateEncodingException extends CertificateException implements Serializable
- serialVersionUID:
- 6219492851589449162L
-
Class java.security.cert.CertificateException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 3192535253797119798L
-
Class java.security.cert.CertificateExpiredException extends CertificateException implements Serializable
- serialVersionUID:
- 9071001339691533771L
-
Class java.security.cert.CertificateNotYetValidException extends CertificateException implements Serializable
- serialVersionUID:
- 4355919900041064702L
-
Class java.security.cert.CertificateParsingException extends CertificateException implements Serializable
- serialVersionUID:
- -7989222416793322029L
-
Class java.security.cert.CertPath extends Object implements Serializable
- serialVersionUID:
- 6068470306649138683L
-
Serialization Methods
-
writeReplace
Returns an alternate object to be serialized.- Throws:
ObjectStreamException- if the creation of the alternate object fails.
-
-
Serialized Fields
-
type
String type
-
-
Class java.security.cert.CertPath.CertPathRep extends Object implements Serializable
- serialVersionUID:
- 3015633072427920915L
-
Serialization Methods
-
readResolve
Deserializes aCertPathfrom a serializedCertPathRepobject.- Throws:
ObjectStreamException- if deserialization fails.
-
-
Class java.security.cert.CertPathBuilderException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 5316471420178794402L
-
Class java.security.cert.CertPathValidatorException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -3083180014971893139L
-
Serialized Fields
-
certPath
CertPath certPath
the certification path. -
index
int index
the index of the certificate.
-
-
Class java.security.cert.CertStoreException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 2395296107471573245L
-
Class java.security.cert.CRLException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -6694728944094197147L
-
Class java.security.cert.X509Certificate extends Certificate implements Serializable
- serialVersionUID:
- -2491127588187038216L
-
-
Package java.security.interfaces
-
Package java.security.spec
-
Class java.security.spec.InvalidKeySpecException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 3546139293998810778L
-
Class java.security.spec.InvalidParameterSpecException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -970468769593399342L
-
-
Package java.sql
-
Class java.sql.BatchUpdateException extends SQLException implements Serializable
- serialVersionUID:
- 5977529877145521757L
-
Serialized Fields
-
updateCounts
int[] updateCounts
-
-
Class java.sql.DataTruncation extends SQLWarning implements Serializable
- serialVersionUID:
- 6464298989504059473L
-
Serialized Fields
-
dataSize
int dataSize
-
index
int index
-
parameter
boolean parameter
-
read
boolean read
-
transferSize
int transferSize
-
-
Class java.sql.Date extends Date implements Serializable
- serialVersionUID:
- 1511598038487230103L
-
Class java.sql.SQLClientInfoException extends SQLException implements Serializable
- serialVersionUID:
- -4319604256824655880L
-
Serialized Fields
-
failedProperties
Map<String,ClientInfoStatus> failedProperties
-
-
Class java.sql.SQLDataException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- -6889123282670549800L
-
Class java.sql.SQLException extends Exception implements Serializable
- serialVersionUID:
- 2135244094396331484L
-
Serialized Fields
-
next
SQLException next
-
SQLState
String SQLState
-
vendorCode
int vendorCode
-
-
Class java.sql.SQLFeatureNotSupportedException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- -1026510870282316051L
-
Class java.sql.SQLIntegrityConstraintViolationException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- 8033405298774849169L
-
Class java.sql.SQLInvalidAuthorizationSpecException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- -64105250450891498L
-
Class java.sql.SQLNonTransientConnectionException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- -5852318857474782892L
-
Class java.sql.SQLNonTransientException extends SQLException implements Serializable
- serialVersionUID:
- -9104382843534716547L
-
Class java.sql.SQLPermission extends BasicPermission implements Serializable
-
Class java.sql.SQLRecoverableException extends SQLException implements Serializable
- serialVersionUID:
- -4144386502923131579L
-
Class java.sql.SQLSyntaxErrorException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- -1843832610477496053L
-
Class java.sql.SQLTimeoutException extends SQLTransientException implements Serializable
- serialVersionUID:
- -4487171280562520262L
-
Class java.sql.SQLTransactionRollbackException extends SQLTransientException implements Serializable
- serialVersionUID:
- 5246680841170837229L
-
Class java.sql.SQLTransientConnectionException extends SQLTransientException implements Serializable
- serialVersionUID:
- -2520155553543391200L
-
Class java.sql.SQLTransientException extends SQLException implements Serializable
- serialVersionUID:
- -9042733978262274539L
-
Class java.sql.SQLWarning extends SQLException implements Serializable
- serialVersionUID:
- 3917336774604784856L
-
Class java.sql.Time extends Date implements Serializable
- serialVersionUID:
- 8397324403548013681L
-
Class java.sql.Timestamp extends Date implements Serializable
- serialVersionUID:
- 2745179027874758501L
-
Serialized Fields
-
nanos
int nanos
-
-
-
Package java.text
-
Class java.text.AttributedCharacterIterator.Attribute extends Object implements Serializable
- serialVersionUID:
- -9142742483513960612L
-
Serialization Methods
-
readResolve
Resolves a deserialized instance to the correct constant attribute.- Throws:
InvalidObjectException- if this instance is not of typeAttribute.classor if it is not a knownAttribute.
-
-
Serialized Fields
-
name
String name
-
-
Class java.text.ChoiceFormat extends NumberFormat implements Serializable
- serialVersionUID:
- 1795184449645032964L
-
Serialized Fields
-
choiceFormats
String[] choiceFormats
-
choiceLimits
double[] choiceLimits
-
-
Class java.text.DateFormat extends Format implements Serializable
- serialVersionUID:
- 7218322306649953788L
-
Serialized Fields
-
calendar
Calendar calendar
The calendar that thisDateFormatuses to format a number representing a date. -
numberFormat
NumberFormat numberFormat
The number format used to format a number.
-
-
Class java.text.DateFormat.Field extends Format.Field implements Serializable
- serialVersionUID:
- 7441350119349544720L
-
Serialized Fields
-
calendarField
int calendarField
The calendar field that this field represents.
-
-
Class java.text.DateFormatSymbols extends Object implements Serializable
- serialVersionUID:
- -5987973545549424702L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class java.text.DecimalFormat extends NumberFormat implements Serializable
- serialVersionUID:
- 864413376551465018L
-
Serialization Methods
-
readObject
Reads serialized fields following serialized forms specified by Java specification.- Throws:
IOException- if some I/O error occursClassNotFoundException- if some class of serialized objects or fields cannot be found
-
writeObject
Writes serialized fields following serialized forms specified by Java specification.- Throws:
IOException- if some I/O error occursClassNotFoundException
-
-
Class java.text.DecimalFormatSymbols extends Object implements Serializable
- serialVersionUID:
- 5772796243397350300L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.text.Format extends Object implements Serializable
- serialVersionUID:
- -299282585814624189L
-
Class java.text.Format.Field extends AttributedCharacterIterator.Attribute implements Serializable
- serialVersionUID:
- 276966692217360283L
-
Class java.text.MessageFormat extends Format implements Serializable
- serialVersionUID:
- 6479157306784022952L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.text.MessageFormat.Field extends Format.Field implements Serializable
- serialVersionUID:
- 7899943957617360810L
-
Class java.text.NumberFormat extends Format implements Serializable
- serialVersionUID:
- -2308460125733713944L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.text.NumberFormat.Field extends Format.Field implements Serializable
- serialVersionUID:
- 7494728892700160890L
-
Class java.text.ParseException extends Exception implements Serializable
- serialVersionUID:
- 2703218443322787634L
-
Serialized Fields
-
errorOffset
int errorOffset
-
-
Class java.text.SimpleDateFormat extends DateFormat implements Serializable
- serialVersionUID:
- 4774881970558875024L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package java.util
-
Class java.util.AbstractMap.SimpleEntry extends Object implements Serializable
- serialVersionUID:
- -8499721149061103585L
-
Class java.util.AbstractMap.SimpleImmutableEntry extends Object implements Serializable
- serialVersionUID:
- 7138329143949025153L
-
Class java.util.ArrayDeque extends AbstractCollection<E> implements Serializable
- serialVersionUID:
- 2340985798034038923L
-
Serialization Methods
-
readObject
Deserialize this deque.- Throws:
IOExceptionClassNotFoundException
-
writeObject
Serialize this deque.- Serial Data:
- The current size (int) of the deque, followed by all of its elements (each an object reference) in first-to-last order.
- Throws:
IOException
-
-
Class java.util.ArrayList extends AbstractList<E> implements Serializable
- serialVersionUID:
- 8683452581122892189L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
The number of elements in this list.
-
-
Class java.util.BitSet extends Object implements Serializable
- serialVersionUID:
- 7997698588986878753L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
bits
long[] bits
The bits. Access bit n thus: boolean bit = (bits[n / 64] | (1 << n)) != 0; Note that Java's shift operators truncate their rhs to the log2 size of the lhs. That is, there's no "% 64" needed because it's implicit in the shift. TODO: would int[] be significantly more efficient for Android at the moment?
-
-
Class java.util.Calendar extends Object implements Serializable
- serialVersionUID:
- -1807547505821590642L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.ConcurrentModificationException extends RuntimeException implements Serializable
- serialVersionUID:
- -3666751008965953603L
-
Class java.util.Currency extends Object implements Serializable
- serialVersionUID:
- -158308464356906721L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
currencyCode
String currencyCode
-
-
Class java.util.Date extends Object implements Serializable
- serialVersionUID:
- 7523967970034938905L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.DuplicateFormatFlagsException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 18890531L
-
Serialized Fields
-
flags
String flags
-
-
Class java.util.EmptyStackException extends RuntimeException implements Serializable
- serialVersionUID:
- 5084686378493302095L
-
Class java.util.EnumMap extends AbstractMap<K extends Enum<K>,V> implements Serializable
- serialVersionUID:
- 458661240069192865L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class java.util.EnumSet extends AbstractSet<E extends Enum<E>> implements Serializable
- serialVersionUID:
- 1009687484059888093L
-
Class java.util.EventObject extends Object implements Serializable
- serialVersionUID:
- 5516075349620653480L
-
Class java.util.FormatFlagsConversionMismatchException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 19120414L
-
Serialized Fields
-
c
char c
-
f
String f
-
-
Class java.util.FormatterClosedException extends IllegalStateException implements Serializable
- serialVersionUID:
- 18111216L
-
Class java.util.GregorianCalendar extends Calendar implements Serializable
- serialVersionUID:
- -8125100834729963327L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
currentYearSkew
int currentYearSkew
-
gregorianCutover
long gregorianCutover
-
lastYearSkew
int lastYearSkew
-
-
Class java.util.HashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 362498820763181265L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.HashSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- -5024744406713321676L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.Hashtable extends Dictionary<K,V> implements Serializable
- serialVersionUID:
- 1421746759512286392L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.IdentityHashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 8188218128353913216L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
-
-
Class java.util.IllegalFormatCodePointException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 19080630L
-
Serialized Fields
-
c
int c
-
-
Class java.util.IllegalFormatConversionException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 17000126L
-
Serialized Fields
-
arg
Class<?> arg
-
c
char c
-
-
Class java.util.IllegalFormatException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 18830826L
-
Class java.util.IllegalFormatFlagsException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 790824L
-
Serialized Fields
-
flags
String flags
-
-
Class java.util.IllegalFormatPrecisionException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 18711008L
-
Serialized Fields
-
p
int p
-
-
Class java.util.IllegalFormatWidthException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 16660902L
-
Serialized Fields
-
w
int w
-
-
Class java.util.InputMismatchException extends NoSuchElementException implements Serializable
- serialVersionUID:
- 8811230760997066428L
-
Class java.util.InvalidPropertiesFormatException extends IOException implements Serializable
- serialVersionUID:
- 7763056076009360219L
-
Serialization Methods
-
readObject
- Throws:
NotSerializableException
-
writeObject
- Throws:
NotSerializableException
-
-
Class java.util.LinkedHashMap extends HashMap<K,V> implements Serializable
- serialVersionUID:
- 3801124242820219131L
-
Serialized Fields
-
accessOrder
boolean accessOrder
True if access ordered, false if insertion ordered.
-
-
Class java.util.LinkedHashSet extends HashSet<E> implements Serializable
- serialVersionUID:
- -2851667679971038690L
-
Class java.util.LinkedList extends AbstractSequentialList<E> implements Serializable
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.Locale extends Object implements Serializable
- serialVersionUID:
- 9149081749638150636L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.MissingFormatArgumentException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 19190115L
-
Serialized Fields
-
s
String s
-
-
Class java.util.MissingFormatWidthException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 15560123L
-
Serialized Fields
-
s
String s
-
-
Class java.util.MissingResourceException extends RuntimeException implements Serializable
- serialVersionUID:
- -4876345176062000401L
-
Class java.util.NoSuchElementException extends RuntimeException implements Serializable
- serialVersionUID:
- 6769829250639411880L
-
Class java.util.PriorityQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -7720805057305804111L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super E> comparator
-
size
int size
-
-
Class java.util.Properties extends Hashtable<Object,Object> implements Serializable
- serialVersionUID:
- 4112578634029874840L
-
Serialized Fields
-
defaults
Properties defaults
The default values for keys not found in thisPropertiesinstance.
-
-
Class java.util.PropertyPermission extends BasicPermission implements Serializable
-
Class java.util.Random extends Object implements Serializable
- serialVersionUID:
- 3905348978240129619L
-
Serialized Fields
-
haveNextNextGaussian
boolean haveNextNextGaussian
The boolean value indicating if the second Gaussian number is available. -
nextNextGaussian
double nextNextGaussian
The second Gaussian generated number. -
seed
long seed
It is associated with the internal state of this generator.
-
-
Class java.util.ServiceConfigurationError extends Error implements Serializable
- serialVersionUID:
- 74132770414881L
-
Class java.util.SimpleTimeZone extends TimeZone implements Serializable
- serialVersionUID:
- -403250971215465050L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.Stack extends Vector<E> implements Serializable
- serialVersionUID:
- 1224463164541339165L
-
Class java.util.TimeZone extends Object implements Serializable
- serialVersionUID:
- 3581463369166924961L
-
Serialized Fields
-
ID
String ID
-
-
Class java.util.TooManyListenersException extends Exception implements Serializable
- serialVersionUID:
- 5074640544770687831L
-
Class java.util.TreeMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 919286545866124006L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
-
entrySet
java.util.TreeMap.EntrySet entrySet
-
keySet
java.util.TreeMap.KeySet keySet
-
modCount
int modCount
-
root
java.util.TreeMap.Node<K,V> root
-
size
int size
-
-
Class java.util.TreeSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- -2479143000061671589L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.UnknownFormatConversionException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 19060418L
-
Serialized Fields
-
s
String s
-
-
Class java.util.UnknownFormatFlagsException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 19370506L
-
Serialized Fields
-
flags
String flags
-
-
Class java.util.UUID extends Object implements Serializable
- serialVersionUID:
- -4856846361193249489L
-
Serialization Methods
-
readObject
Resets the transient fields to match the behavior of the constructor.
- Throws:
IOException- ifinthrows it.ClassNotFoundException- ifinthrows it.
-
-
Serialized Fields
-
leastSigBits
long leastSigBits
-
mostSigBits
long mostSigBits
-
-
Class java.util.Vector extends AbstractList<E> implements Serializable
- serialVersionUID:
- -2767605614048989439L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
capacityIncrement
int capacityIncrement
How many elements should be added to the vector when it is detected that it needs to grow to accommodate extra entries. If this value is zero or negative the size will be doubled if an increase is needed. -
elementCount
int elementCount
The number of elements or the size of the vector. -
elementData
Object[] elementData
The elements of the vector.
-
-
-
Package java.util.concurrent
-
Class java.util.concurrent.ArrayBlockingQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -817911632652898426L
-
Serialized Fields
-
count
int count
Number of elements in the queue -
items
Object[] items
The queued items -
lock
ReentrantLock lock
Main lock guarding all access -
notEmpty
Condition notEmpty
Condition for waiting takes -
notFull
Condition notFull
Condition for waiting puts -
putIndex
int putIndex
items index for next put, offer, or add -
takeIndex
int takeIndex
items index for next take, poll, peek or remove
-
-
Class java.util.concurrent.BrokenBarrierException extends Exception implements Serializable
- serialVersionUID:
- 7117394618823254244L
-
Class java.util.concurrent.CancellationException extends IllegalStateException implements Serializable
- serialVersionUID:
- -9202173006928992231L
-
Class java.util.concurrent.ConcurrentHashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
Reconstitutes the ConcurrentHashMap instance from a stream (i.e., deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves the state of the ConcurrentHashMap instance to a stream (i.e., serializes it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Throws:
IOException
-
-
Serialized Fields
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
java.util.concurrent.ConcurrentHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table. -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-
Class java.util.concurrent.ConcurrentLinkedDeque extends AbstractCollection<E> implements Serializable
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
Reconstitutes this deque from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves this deque to a stream (that is, serializes it).- Serial Data:
- All of the elements (each an
E) in the proper order, followed by a null - Throws:
IOException
-
-
Class java.util.concurrent.ConcurrentLinkedQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- 196745693267521676L
-
Serialization Methods
-
readObject
Reconstitutes this queue from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves this queue to a stream (that is, serializes it).- Serial Data:
- All of the elements (each an
E) in the proper order, followed by a null - Throws:
IOException
-
-
Class java.util.concurrent.ConcurrentSkipListMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- -8627078645895051609L
-
Serialization Methods
-
readObject
Reconstitutes this map from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves this map to a stream (that is, serializes it).- Serial Data:
- The key (Object) and value (Object) for each
key-value mapping represented by the map, followed by
null. The key-value mappings are emitted in key-order (as determined by the Comparator, or by the keys' natural ordering if no Comparator). - Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
The comparator used to maintain order in this map, or null if using natural ordering.
-
-
Class java.util.concurrent.ConcurrentSkipListMap.SubMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- -7647078645895051609L
-
Serialized Fields
-
hi
K hi
upper bound key, or null if to end -
hiInclusive
boolean hiInclusive
inclusion flag for hi -
isDescending
boolean isDescending
direction -
lo
K lo
lower bound key, or null if from start -
loInclusive
boolean loInclusive
inclusion flag for lo -
m
ConcurrentSkipListMap<K,V> m
Underlying map
-
-
Class java.util.concurrent.ConcurrentSkipListSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- -2479143111061671589L
-
Serialized Fields
-
m
ConcurrentNavigableMap<E,Object> m
The underlying map. Uses Boolean.TRUE as value for each element. This field is declared final for the sake of thread safety, which entails some ugliness in clone().
-
-
Class java.util.concurrent.CopyOnWriteArrayList extends Object implements Serializable
- serialVersionUID:
- 8673264195747942595L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.concurrent.CopyOnWriteArraySet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- 5457747651344034263L
-
Serialized Fields
-
al
CopyOnWriteArrayList<E> al
-
-
Class java.util.concurrent.CountedCompleter extends ForkJoinTask<T> implements Serializable
- serialVersionUID:
- 5232453752276485070L
-
Serialized Fields
-
completer
CountedCompleter<?> completer
This task's completer, or null if none -
pending
int pending
The number of pending tasks until completion
-
-
Class java.util.concurrent.ExecutionException extends Exception implements Serializable
- serialVersionUID:
- 7830266012832686185L
-
Class java.util.concurrent.ForkJoinTask extends Object implements Serializable
- serialVersionUID:
- -7721805057305804111L
-
Serialization Methods
-
readObject
Reconstitutes this task from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves this task to a stream (that is, serializes it).- Serial Data:
- the current run status and the exception thrown
during execution, or
nullif none - Throws:
IOException
-
-
Serialized Fields
-
status
int status
The run status of this task
-
-
Class java.util.concurrent.LinkedBlockingDeque extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -387911632671998426L
-
Serialization Methods
-
readObject
Reconstitutes this deque from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves this deque to a stream (that is, serializes it).- Serial Data:
- The capacity (int), followed by elements (each an
Object) in the proper order, followed by a null - Throws:
IOException
-
-
Serialized Fields
-
capacity
int capacity
Maximum number of items in the deque -
lock
ReentrantLock lock
Main lock guarding all access -
notEmpty
Condition notEmpty
Condition for waiting takes -
notFull
Condition notFull
Condition for waiting puts
-
-
Class java.util.concurrent.LinkedBlockingQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -6903933977591709194L
-
Serialization Methods
-
readObject
Reconstitutes this queue from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves this queue to a stream (that is, serializes it).- Serial Data:
- The capacity is emitted (int), followed by all of
its elements (each an
Object) in the proper order, followed by a null - Throws:
IOException
-
-
Serialized Fields
-
capacity
int capacity
The capacity bound, or Integer.MAX_VALUE if none -
count
AtomicInteger count
Current number of elements -
notEmpty
Condition notEmpty
Wait queue for waiting takes -
notFull
Condition notFull
Wait queue for waiting puts -
putLock
ReentrantLock putLock
Lock held by put, offer, etc -
takeLock
ReentrantLock takeLock
Lock held by take, poll, etc
-
-
Class java.util.concurrent.LinkedTransferQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -3223113410248163686L
-
Serialization Methods
-
readObject
Reconstitutes this queue from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves this queue to a stream (that is, serializes it).- Serial Data:
- All of the elements (each an
E) in the proper order, followed by a null - Throws:
IOException
-
-
Class java.util.concurrent.PriorityBlockingQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- 5595510919245408276L
-
Serialization Methods
-
readObject
Reconstitutes this queue from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves this queue to a stream (that is, serializes it). For compatibility with previous version of this class, elements are first copied to a java.util.PriorityQueue, which is then serialized.- Throws:
IOException
-
-
Serialized Fields
-
lock
ReentrantLock lock
Lock used for all public operations -
notEmpty
Condition notEmpty
Condition for blocking when empty -
q
PriorityQueue<E> q
A plain PriorityQueue used only for serialization, to maintain compatibility with previous versions of this class. Non-null only during serialization/deserialization.
-
-
Class java.util.concurrent.RecursiveAction extends ForkJoinTask<Void> implements Serializable
- serialVersionUID:
- 5232453952276485070L
-
Class java.util.concurrent.RecursiveTask extends ForkJoinTask<V> implements Serializable
- serialVersionUID:
- 5232453952276485270L
-
Serialized Fields
-
result
V result
The result of the computation.
-
-
Class java.util.concurrent.RejectedExecutionException extends RuntimeException implements Serializable
- serialVersionUID:
- -375805702767069545L
-
Class java.util.concurrent.Semaphore extends Object implements Serializable
- serialVersionUID:
- -3222578661600680210L
-
Serialized Fields
-
sync
java.util.concurrent.Semaphore.Sync sync
All mechanics via AbstractQueuedSynchronizer subclass
-
-
Class java.util.concurrent.SynchronousQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -3223113410248163686L
-
Serialization Methods
-
readObject
Reconstitutes this queue from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves this queue to a stream (that is, serializes it).- Throws:
IOException
-
-
Serialized Fields
-
qlock
ReentrantLock qlock
-
waitingConsumers
java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers
-
waitingProducers
java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers
-
-
Class java.util.concurrent.ThreadLocalRandom extends Random implements Serializable
- serialVersionUID:
- -5851777807851030925L
-
Serialized Fields
-
initialized
boolean initialized
Initialization flag to permit calls to setSeed to succeed only while executing the Random constructor. We can't allow others since it would cause setting seed in one part of a program to unintentionally impact other usages by the thread. -
pad0
long pad0
-
pad1
long pad1
-
pad2
long pad2
-
pad3
long pad3
-
pad4
long pad4
-
pad5
long pad5
-
pad6
long pad6
-
pad7
long pad7
-
rnd
long rnd
The random seed. We can't use super.seed.
-
-
Class java.util.concurrent.TimeoutException extends Exception implements Serializable
- serialVersionUID:
- 1900926677490660714L
-
-
Package java.util.concurrent.atomic
-
Class java.util.concurrent.atomic.AtomicBoolean extends Object implements Serializable
- serialVersionUID:
- 4654671469794556979L
-
Serialized Fields
-
value
int value
-
-
Class java.util.concurrent.atomic.AtomicInteger extends Number implements Serializable
- serialVersionUID:
- 6214790243416807050L
-
Serialized Fields
-
value
int value
-
-
Class java.util.concurrent.atomic.AtomicIntegerArray extends Object implements Serializable
- serialVersionUID:
- 2862133569453604235L
-
Serialized Fields
-
array
int[] array
-
-
Class java.util.concurrent.atomic.AtomicLong extends Number implements Serializable
- serialVersionUID:
- 1927816293512124184L
-
Serialized Fields
-
value
long value
-
-
Class java.util.concurrent.atomic.AtomicLongArray extends Object implements Serializable
- serialVersionUID:
- -2308431214976778248L
-
Serialized Fields
-
array
long[] array
-
-
Class java.util.concurrent.atomic.AtomicReference extends Object implements Serializable
- serialVersionUID:
- -1848883965231344442L
-
Serialized Fields
-
value
V value
-
-
Class java.util.concurrent.atomic.AtomicReferenceArray extends Object implements Serializable
- serialVersionUID:
- -6209656149925076980L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException, InvalidObjectExceptionReconstitutes the instance from a stream (that is, deserializes it).
-
-
Serialized Fields
-
array
Object[] array
-
-
-
Package java.util.concurrent.locks
-
Class java.util.concurrent.locks.AbstractOwnableSynchronizer extends Object implements Serializable
- serialVersionUID:
- 3737899427754241961L
-
Class java.util.concurrent.locks.AbstractQueuedLongSynchronizer extends AbstractOwnableSynchronizer implements Serializable
- serialVersionUID:
- 7373984972572414692L
-
Serialized Fields
-
state
long state
The synchronization state.
-
-
Class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject extends Object implements Serializable
- serialVersionUID:
- 1173984872572414699L
-
Class java.util.concurrent.locks.AbstractQueuedSynchronizer extends AbstractOwnableSynchronizer implements Serializable
- serialVersionUID:
- 7373984972572414691L
-
Serialized Fields
-
state
int state
The synchronization state.
-
-
Class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject extends Object implements Serializable
- serialVersionUID:
- 1173984872572414699L
-
Class java.util.concurrent.locks.ReentrantLock extends Object implements Serializable
- serialVersionUID:
- 7373984872572414699L
-
Serialized Fields
-
sync
java.util.concurrent.locks.ReentrantLock.Sync sync
Synchronizer providing all implementation mechanics
-
-
Class java.util.concurrent.locks.ReentrantReadWriteLock extends Object implements Serializable
- serialVersionUID:
- -6992448646407690164L
-
Serialized Fields
-
readerLock
ReentrantReadWriteLock.ReadLock readerLock
Inner class providing readlock -
sync
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
Performs all synchronization mechanics -
writerLock
ReentrantReadWriteLock.WriteLock writerLock
Inner class providing writelock
-
-
Class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock extends Object implements Serializable
- serialVersionUID:
- -5992448646407690164L
-
Serialized Fields
-
sync
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
-
-
Class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock extends Object implements Serializable
- serialVersionUID:
- -4992448646407690164L
-
Serialized Fields
-
sync
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
-
-
-
Package java.util.jar
-
Class java.util.jar.JarException extends ZipException implements Serializable
- serialVersionUID:
- 7159778400963954473L
-
-
Package java.util.logging
-
Class java.util.logging.Level extends Object implements Serializable
- serialVersionUID:
- -8176160795706313070L
-
Serialization Methods
-
readObject
Serialization helper to setup transient resource bundle instance.- Throws:
IOException- if an IO error occurs.ClassNotFoundException- if a class is not found.
-
readResolve
Serialization helper method to maintain singletons and add any new levels.
-
-
Serialized Fields
-
Class java.util.logging.LoggingPermission extends BasicPermission implements Serializable
-
Class java.util.logging.LogRecord extends Object implements Serializable
- serialVersionUID:
- 5372048053134512534L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
level
Level level
The logging level. -
loggerName
String loggerName
The name of the source logger. -
message
String message
The original message text. -
millis
long millis
The time that the event occurred, in milliseconds since 1970. -
resourceBundleName
String resourceBundleName
The name of the resource bundle used to localize the log message. -
sequenceNumber
long sequenceNumber
The sequence number. -
sourceClassName
String sourceClassName
The name of the class that issued the logging call. -
sourceMethodName
String sourceMethodName
The name of the method that issued the logging call. -
threadID
int threadID
The ID of the thread that issued the logging call. -
thrown
Throwable thrown
The associatedThrowableobject if any.
-
-
-
Package java.util.prefs
-
Class java.util.prefs.BackingStoreException extends Exception implements Serializable
- serialVersionUID:
- 859796500401108469L
-
Class java.util.prefs.InvalidPreferencesFormatException extends Exception implements Serializable
- serialVersionUID:
- -791715184232119669L
-
Class java.util.prefs.NodeChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 8068949086596572957L
-
Serialization Methods
-
readObject
This method always throws aNotSerializableException, because this object cannot be serialized,- Throws:
IOExceptionClassNotFoundException
-
writeObject
This method always throws aNotSerializableException, because this object cannot be serialized,- Throws:
IOException
-
-
Serialized Fields
-
child
Preferences child
-
parent
Preferences parent
-
-
Class java.util.prefs.PreferenceChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 793724513368024975L
-
Serialization Methods
-
readObject
This method always throws aNotSerializableException, because this object cannot be serialized,- Throws:
IOException
-
writeObject
This method always throws aNotSerializableException, because this object cannot be serialized,- Throws:
IOException
-
-
Serialized Fields
-
key
String key
-
node
Preferences node
-
value
String value
-
-
-
Package java.util.regex
-
Class java.util.regex.Pattern extends Object implements Serializable
- serialVersionUID:
- 5073258162644648461L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
flags
int flags
-
pattern
String pattern
-
-
Class java.util.regex.PatternSyntaxException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -3864639126226059218L
-
Serialized Fields
-
desc
String desc
Holds the description of the syntax error, or null if the description is not known. -
index
int index
Holds the index around which the error occured, or -1, in case it is unknown. -
pattern
String pattern
Holds the syntactically incorrect regular expression, or null if the regular expression is not known.
-
-
-
Package java.util.zip
-
Class java.util.zip.DataFormatException extends Exception implements Serializable
- serialVersionUID:
- 2219632870893641452L
-
Class java.util.zip.ZipError extends InternalError implements Serializable
- serialVersionUID:
- 853973422266861979L
-
Class java.util.zip.ZipException extends IOException implements Serializable
- serialVersionUID:
- 8000196834066748623L
-
-
Package javax.crypto
-
Class javax.crypto.AEADBadTagException extends BadPaddingException implements Serializable
- serialVersionUID:
- -488059093241685509L
-
Class javax.crypto.BadPaddingException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -5315033893984728443L
-
Class javax.crypto.ExemptionMechanismException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1572699429277957109L
-
Class javax.crypto.IllegalBlockSizeException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -1965144811953540392L
-
Class javax.crypto.NoSuchPaddingException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -4572885201200175466L
-
Class javax.crypto.SealedObject extends Object implements Serializable
- serialVersionUID:
- 4482838265551344752L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
encodedParams
byte[] encodedParams
The cipher'sAlgorithmParametersin encoded format. Equivalent tocipher.getParameters().getEncoded(), or null if the cipher did not use any parameters. -
encryptedContent
byte[] encryptedContent
-
paramsAlg
String paramsAlg
-
sealAlg
String sealAlg
-
-
Class javax.crypto.ShortBufferException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 8427718640832943747L
-
-
Package javax.crypto.interfaces
-
Package javax.crypto.spec
-
Class javax.crypto.spec.SecretKeySpec extends Object implements Serializable
- serialVersionUID:
- 6577238317307289933L
-
Serialized Fields
-
algorithm
String algorithm
-
key
byte[] key
-
-
-
Package javax.net.ssl
-
Class javax.net.ssl.HandshakeCompletedEvent extends EventObject implements Serializable
-
Class javax.net.ssl.SSLException extends IOException implements Serializable
- serialVersionUID:
- 4511006460650708967L
-
Class javax.net.ssl.SSLHandshakeException extends SSLException implements Serializable
- serialVersionUID:
- -5045881315018326890L
-
Class javax.net.ssl.SSLKeyException extends SSLException implements Serializable
- serialVersionUID:
- -8071664081941937874L
-
Class javax.net.ssl.SSLPeerUnverifiedException extends SSLException implements Serializable
- serialVersionUID:
- -8919512675000600547L
-
Class javax.net.ssl.SSLPermission extends BasicPermission implements Serializable
-
Class javax.net.ssl.SSLProtocolException extends SSLException implements Serializable
- serialVersionUID:
- 5445067063799134928L
-
Class javax.net.ssl.SSLSessionBindingEvent extends EventObject implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package javax.security.auth
-
Class javax.security.auth.AuthPermission extends BasicPermission implements Serializable
-
Class javax.security.auth.DestroyFailedException extends Exception implements Serializable
- serialVersionUID:
- -7790152857282749162L
-
Class javax.security.auth.PrivateCredentialPermission extends Permission implements Serializable
-
Class javax.security.auth.Subject extends Object implements Serializable
- serialVersionUID:
- -8308522755600156056L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Package javax.security.auth.callback
-
Class javax.security.auth.callback.PasswordCallback extends Object implements Serializable
- serialVersionUID:
- 2267422647454909926L
-
Serialized Fields
-
echoOn
boolean echoOn
-
inputPassword
char[] inputPassword
-
prompt
String prompt
-
-
Class javax.security.auth.callback.UnsupportedCallbackException extends Exception implements Serializable
- serialVersionUID:
- -6873556327655666839L
-
Serialized Fields
-
callback
Callback callback
-
-
-
Package javax.security.auth.login
-
Class javax.security.auth.login.LoginException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -4679091624035232488L
-
-
Package javax.security.auth.x500
-
Class javax.security.auth.x500.X500Principal extends Object implements Serializable
- serialVersionUID:
- -500463348111345721L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package javax.security.cert
-
Class javax.security.cert.CertificateEncodingException extends CertificateException implements Serializable
- serialVersionUID:
- -8187642723048403470L
-
Class javax.security.cert.CertificateException extends Exception implements Serializable
- serialVersionUID:
- -5757213374030785290L
-
Class javax.security.cert.CertificateExpiredException extends CertificateException implements Serializable
- serialVersionUID:
- 5091601212177261883L
-
Class javax.security.cert.CertificateNotYetValidException extends CertificateException implements Serializable
- serialVersionUID:
- -8976172474266822818L
-
Class javax.security.cert.CertificateParsingException extends CertificateException implements Serializable
- serialVersionUID:
- -8449352422951136229L
-
-
Package javax.sql
-
Class javax.sql.ConnectionEvent extends EventObject implements Serializable
- serialVersionUID:
- -4843217645290030002L
-
Serialized Fields
-
ex
SQLException ex
-
-
Class javax.sql.RowSetEvent extends EventObject implements Serializable
- serialVersionUID:
- -1875450876546332005L
-
Class javax.sql.StatementEvent extends EventObject implements Serializable
- serialVersionUID:
- -8089573731826608315L
-
Serialized Fields
-
exception
SQLException exception
-
statement
PreparedStatement statement
-
-
-
Package javax.xml.datatype
-
Class javax.xml.datatype.DatatypeConfigurationException extends Exception implements Serializable
- serialVersionUID:
- -1699373159027047238L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
causeOnJDK13OrBelow
Throwable causeOnJDK13OrBelow
This field is required to store the cause on JDK 1.3 and below.
-
-
-
Package javax.xml.namespace
-
Class javax.xml.namespace.QName extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
-
-
Package javax.xml.parsers
-
Class javax.xml.parsers.FactoryConfigurationError extends Error implements Serializable
-
Serialized Fields
-
exception
Exception exception
Exceptionthat represents the error.
-
-
-
Class javax.xml.parsers.ParserConfigurationException extends Exception implements Serializable
-
-
Package javax.xml.transform
-
Class javax.xml.transform.TransformerConfigurationException extends TransformerException implements Serializable
-
Class javax.xml.transform.TransformerException extends Exception implements Serializable
- serialVersionUID:
- 975798773772956428L
-
Serialized Fields
-
containedException
Throwable containedException
Field containedException specifies a wrapped exception. May be null. -
locator
SourceLocator locator
Field locator specifies where the error occurred
-
-
Class javax.xml.transform.TransformerFactoryConfigurationError extends Error implements Serializable
-
Serialized Fields
-
exception
Exception exception
Exceptionfor theTransformerFactoryConfigurationError.
-
-
-
-
Package javax.xml.xpath
-
Class javax.xml.xpath.XPathException extends Exception implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
Serialized Fields
-
cause
Throwable cause
-
-
Class javax.xml.xpath.XPathExpressionException extends XPathException implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
Class javax.xml.xpath.XPathFactoryConfigurationException extends XPathException implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
Class javax.xml.xpath.XPathFunctionException extends XPathExpressionException implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
-
Package libcore.io
-
Class libcore.io.ErrnoException extends Exception implements Serializable
-
Serialized Fields
-
errno
int errno
-
functionName
String functionName
-
-
-
Class libcore.io.GaiException extends RuntimeException implements Serializable
-
Serialized Fields
-
error
int error
-
functionName
String functionName
-
-
-
-
Package libcore.reflect
-
Class libcore.reflect.AnnotationFactory extends Object implements Serializable
-
Serialization Methods
-
readObject
Reads the object, obtains actual member definitions for the annotation type, and merges deserialized values with the new definitions.- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
elements
AnnotationMember[] elements
-
klazz
Class<? extends Annotation> klazz
-
-
-
Class libcore.reflect.AnnotationMember extends Object implements Serializable
-
-
Package libcore.util
-
Class libcore.util.ZoneInfo extends TimeZone implements Serializable
-
Serialized Fields
-
mDstSavings
int mDstSavings
-
mEarliestRawOffset
int mEarliestRawOffset
-
mIsDsts
byte[] mIsDsts
-
mOffsets
int[] mOffsets
-
mRawOffset
int mRawOffset
-
mTransitions
int[] mTransitions
-
mTypes
byte[] mTypes
-
mUseDst
boolean mUseDst
-
-
-
-
Package org.apache.commons.codec
-
Class org.apache.commons.codec.DecoderException extends Exception implements Serializable
-
Class org.apache.commons.codec.EncoderException extends Exception implements Serializable
-
-
Package org.apache.commons.logging
-
Class org.apache.commons.logging.LogConfigurationException extends RuntimeException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
The underlying cause of this exception.
-
-
-
-
Package org.apache.commons.logging.impl
-
Class org.apache.commons.logging.impl.Jdk14Logger extends Object implements Serializable
-
Serialized Fields
-
name
String name
The name of the logger we are wrapping.
-
-
-
Class org.apache.commons.logging.impl.NoOpLog extends Object implements Serializable
-
Class org.apache.commons.logging.impl.SimpleLog extends Object implements Serializable
-
Class org.apache.commons.logging.impl.WeakHashtable extends Hashtable implements Serializable
-
Serialized Fields
-
changeCount
int changeCount
-
queue
ReferenceQueue queue
-
-
-
-
Package org.apache.harmony.security
-
Class org.apache.harmony.security.PrivateKeyImpl extends Object implements Serializable
- serialVersionUID:
- 7776497482533790279L
-
Serialized Fields
-
algorithm
String algorithm
-
encoding
byte[] encoding
-
-
Class org.apache.harmony.security.PublicKeyImpl extends Object implements Serializable
- serialVersionUID:
- 7179022516819534075L
-
Serialized Fields
-
algorithm
String algorithm
-
encoding
byte[] encoding
-
-
Class org.apache.harmony.security.SystemScope extends IdentityScope implements Serializable
- serialVersionUID:
- -4810285697932522607L
-
-
Package org.apache.harmony.security.asn1
-
Class org.apache.harmony.security.asn1.ASN1Exception extends IOException implements Serializable
- serialVersionUID:
- -3561981263989123987L
-
-
Package org.apache.harmony.security.provider.cert
-
Class org.apache.harmony.security.provider.cert.DRLCertFactory extends Provider implements Serializable
- serialVersionUID:
- -7269650779605195879L
-
Class org.apache.harmony.security.provider.cert.X509CertImpl extends X509Certificate implements Serializable
- serialVersionUID:
- 2972248729446736154L
-
Serialized Fields
-
certificate
Certificate certificate
the core object to be wrapped in X509Certificate -
encoding
byte[] encoding
-
extensions
Extensions extensions
-
issuer
X500Principal issuer
-
notAfter
long notAfter
-
notBefore
long notBefore
-
nullSigAlgParams
boolean nullSigAlgParams
-
publicKey
PublicKey publicKey
-
serialNumber
BigInteger serialNumber
-
sigAlgName
String sigAlgName
-
sigAlgOID
String sigAlgOID
-
sigAlgParams
byte[] sigAlgParams
-
signature
byte[] signature
-
subject
X500Principal subject
-
tbsCert
TBSCertificate tbsCert
-
tbsCertificate
byte[] tbsCertificate
-
-
Class org.apache.harmony.security.provider.cert.X509CertPathImpl extends CertPath implements Serializable
- serialVersionUID:
- 7989755106209515436L
-
Serialized Fields
-
certificates
List<X509Certificate> certificates
The list of certificates in the order of target toward trust anchor. -
pkcs7Encoding
byte[] pkcs7Encoding
PKCS7 encoding of the certification path. -
pkiPathEncoding
byte[] pkiPathEncoding
PkiPath encoding of the certification path.
-
-
-
Package org.apache.harmony.security.provider.crypto
-
Class org.apache.harmony.security.provider.crypto.CryptoProvider extends Provider implements Serializable
- serialVersionUID:
- 7991202868423459598L
-
Class org.apache.harmony.security.provider.crypto.DSAPrivateKeyImpl extends PrivateKeyImpl implements Serializable
- serialVersionUID:
- -4716227614104950081L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws NotActiveException, IOException, ClassNotFoundException
-
-
Serialized Fields
-
g
BigInteger g
-
p
BigInteger p
-
q
BigInteger q
-
x
BigInteger x
-
-
Class org.apache.harmony.security.provider.crypto.DSAPublicKeyImpl extends PublicKeyImpl implements Serializable
- serialVersionUID:
- -2279672131310978336L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws NotActiveException, IOException, ClassNotFoundException
-
-
Serialized Fields
-
g
BigInteger g
-
p
BigInteger p
-
q
BigInteger q
-
y
BigInteger y
-
-
Class org.apache.harmony.security.provider.crypto.SHA1PRNG_SecureRandomImpl extends SecureRandomSpi implements Serializable
- serialVersionUID:
- 283736797212159675L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.apache.harmony.security.x501
-
Class org.apache.harmony.security.x501.AttributeTypeAndValueComparator extends Object implements Serializable
- serialVersionUID:
- -1286471842007103132L
-
-
Package org.apache.harmony.security.x509
-
Class org.apache.harmony.security.x509.X509PublicKey extends Object implements Serializable
-
Serialized Fields
-
algorithm
String algorithm
-
encoded
byte[] encoded
-
keyBytes
byte[] keyBytes
-
-
-
-
Package org.apache.http
-
Class org.apache.http.ConnectionClosedException extends IOException implements Serializable
- serialVersionUID:
- 617550366255636674L
-
Class org.apache.http.HttpException extends Exception implements Serializable
- serialVersionUID:
- -5437299376222011036L
-
Class org.apache.http.HttpVersion extends ProtocolVersion implements Serializable
- serialVersionUID:
- -5856653513894415344L
-
Class org.apache.http.MalformedChunkCodingException extends IOException implements Serializable
- serialVersionUID:
- 2158560246948994524L
-
Class org.apache.http.MethodNotSupportedException extends HttpException implements Serializable
- serialVersionUID:
- 3365359036840171201L
-
Class org.apache.http.NoHttpResponseException extends IOException implements Serializable
- serialVersionUID:
- -7658940387386078766L
-
Class org.apache.http.ParseException extends RuntimeException implements Serializable
- serialVersionUID:
- -7288819855864183578L
-
Class org.apache.http.ProtocolException extends HttpException implements Serializable
- serialVersionUID:
- -2143571074341228994L
-
Class org.apache.http.ProtocolVersion extends Object implements Serializable
- serialVersionUID:
- 8950662842175091068L
-
Serialized Fields
-
major
int major
Major version number of the protocol -
minor
int minor
Minor version number of the protocol -
protocol
String protocol
Name of the protocol.
-
-
Class org.apache.http.UnsupportedHttpVersionException extends ProtocolException implements Serializable
- serialVersionUID:
- -1348448090193107031L
-
-
Package org.apache.http.auth
-
Class org.apache.http.auth.AuthenticationException extends ProtocolException implements Serializable
- serialVersionUID:
- -6794031905674764776L
-
Class org.apache.http.auth.InvalidCredentialsException extends AuthenticationException implements Serializable
- serialVersionUID:
- -4834003835215460648L
-
Class org.apache.http.auth.MalformedChallengeException extends ProtocolException implements Serializable
- serialVersionUID:
- 814586927989932284L
-
-
Package org.apache.http.client
-
Class org.apache.http.client.CircularRedirectException extends RedirectException implements Serializable
- serialVersionUID:
- 6830063487001091803L
-
Class org.apache.http.client.ClientProtocolException extends IOException implements Serializable
- serialVersionUID:
- -5596590843227115865L
-
Class org.apache.http.client.HttpResponseException extends ClientProtocolException implements Serializable
- serialVersionUID:
- -7186627969477257933L
-
Serialized Fields
-
statusCode
int statusCode
-
-
Class org.apache.http.client.NonRepeatableRequestException extends ProtocolException implements Serializable
- serialVersionUID:
- 82685265288806048L
-
Class org.apache.http.client.RedirectException extends ProtocolException implements Serializable
- serialVersionUID:
- 4418824536372559326L
-
-
Package org.apache.http.conn
-
Class org.apache.http.conn.ConnectionPoolTimeoutException extends ConnectTimeoutException implements Serializable
- serialVersionUID:
- -7898874842020245128L
-
Class org.apache.http.conn.ConnectTimeoutException extends InterruptedIOException implements Serializable
- serialVersionUID:
- -4816682903149535989L
-
Class org.apache.http.conn.HttpHostConnectException extends ConnectException implements Serializable
- serialVersionUID:
- -3194482710275220224L
-
Serialized Fields
-
host
HttpHost host
-
-
-
Package org.apache.http.cookie
-
Class org.apache.http.cookie.CookieIdentityComparator extends Object implements Serializable
- serialVersionUID:
- 4466565437490631532L
-
Class org.apache.http.cookie.CookiePathComparator extends Object implements Serializable
- serialVersionUID:
- 7523645369616405818L
-
Class org.apache.http.cookie.MalformedCookieException extends ProtocolException implements Serializable
- serialVersionUID:
- -6695462944287282185L
-
-
Package org.apache.http.impl.auth
-
Class org.apache.http.impl.auth.NTLMEngineException extends AuthenticationException implements Serializable
- serialVersionUID:
- 6027981323731768824L
-
Class org.apache.http.impl.auth.UnsupportedDigestAlgorithmException extends RuntimeException implements Serializable
- serialVersionUID:
- 319558534317118022L
-
-
Package org.apache.http.impl.client
-
Class org.apache.http.impl.client.TunnelRefusedException extends HttpException implements Serializable
- serialVersionUID:
- -8646722842745617323L
-
Serialized Fields
-
response
HttpResponse response
-
-
-
Package org.apache.http.impl.cookie
-
Class org.apache.http.impl.cookie.DateParseException extends Exception implements Serializable
- serialVersionUID:
- 4417696455000643370L
-
-
Package org.apache.http.params
-
Class org.apache.http.params.BasicHttpParams extends AbstractHttpParams implements Serializable
- serialVersionUID:
- -7086398485908701455L
-
Serialized Fields
-
parameters
HashMap parameters
Map of HTTP parameters that this collection contains.
-
-
-
Package org.apache.xalan.processor
-
Class org.apache.xalan.processor.ProcessorCharacters extends XSLTElementProcessor implements Serializable
- serialVersionUID:
- 8632900007814162650L
-
Serialized Fields
-
m_accumulator
StringBuffer m_accumulator
Accumulate characters, until a non-whitespace event has occured. -
m_firstBackPointer
Node m_firstBackPointer
-
m_xslTextElement
ElemText m_xslTextElement
The xsl:text processor will call this to set a preserve space state.
-
-
Class org.apache.xalan.processor.ProcessorExsltFuncResult extends ProcessorTemplateElem implements Serializable
- serialVersionUID:
- 6451230911473482423L
-
Class org.apache.xalan.processor.ProcessorExsltFunction extends ProcessorTemplateElem implements Serializable
- serialVersionUID:
- 2411427965578315332L
-
Class org.apache.xalan.processor.ProcessorImport extends ProcessorInclude implements Serializable
- serialVersionUID:
- -8247537698214245237L
-
Class org.apache.xalan.processor.ProcessorInclude extends XSLTElementProcessor implements Serializable
- serialVersionUID:
- -4570078731972673481L
-
Serialized Fields
-
m_href
String m_href
The base URL of the XSL document.
-
-
Class org.apache.xalan.processor.ProcessorLRE extends ProcessorTemplateElem implements Serializable
- serialVersionUID:
- -1490218021772101404L
-
Class org.apache.xalan.processor.ProcessorStylesheetDoc extends XSLTElementProcessor implements Serializable
- serialVersionUID:
- -1661497592836231844L
-
Class org.apache.xalan.processor.ProcessorStylesheetElement extends XSLTElementProcessor implements Serializable
- serialVersionUID:
- -877798927447840792L
-
Class org.apache.xalan.processor.ProcessorTemplateElem extends XSLTElementProcessor implements Serializable
- serialVersionUID:
- 8344994001943407235L
-
Class org.apache.xalan.processor.ProcessorText extends ProcessorTemplateElem implements Serializable
- serialVersionUID:
- 5170229307201307523L
-
Class org.apache.xalan.processor.ProcessorUnknown extends ProcessorLRE implements Serializable
- serialVersionUID:
- 600521151487682248L
-
Class org.apache.xalan.processor.WhitespaceInfoPaths extends WhiteSpaceInfo implements Serializable
- serialVersionUID:
- 5954766719577516723L
-
Serialized Fields
-
m_elements
Vector m_elements
Bean property to allow setPropertiesFromAttributes to get the elements attribute.
-
-
Class org.apache.xalan.processor.XSLTElementProcessor extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 5597421564955304421L
-
Serialized Fields
-
m_elemDef
XSLTElementDef m_elemDef
The element definition that this processor conforms to. -
m_savedLastOrder
IntStack m_savedLastOrder
-
-
-
Package org.apache.xalan.templates
-
Class org.apache.xalan.templates.AVT extends Object implements Serializable
- serialVersionUID:
- 5167607155517042691L
-
Serialized Fields
-
m_name
String m_name
The name of the attribute. -
m_parts
Vector m_parts
If the AVT is complex, hold a Vector of AVTParts. -
m_rawName
String m_rawName
The name of the attribute. -
m_simpleString
String m_simpleString
If the AVT is not complex, just hold the simple string. -
m_uri
String m_uri
The namespace URI of the owning attribute.
-
-
Class org.apache.xalan.templates.AVTPart extends Object implements Serializable
- serialVersionUID:
- -1747749903613916025L
-
Class org.apache.xalan.templates.AVTPartSimple extends AVTPart implements Serializable
- serialVersionUID:
- -3744957690598727913L
-
Serialized Fields
-
m_val
String m_val
Simple string value;
-
-
Class org.apache.xalan.templates.AVTPartXPath extends AVTPart implements Serializable
- serialVersionUID:
- -4460373807550527675L
-
Serialized Fields
-
m_xpath
XPath m_xpath
The XPath object contained in this part.
-
-
Class org.apache.xalan.templates.DecimalFormatProperties extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -6559409339256269446L
-
Serialized Fields
-
m_dfs
DecimalFormatSymbols m_dfs
An instance of DecimalFormatSymbols for this element. -
m_qname
QName m_qname
If there is a name attribute, then the element declares a named decimal-format; otherwise, it declares the default decimal-format.
-
-
Class org.apache.xalan.templates.ElemApplyImport extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 3764728663373024038L
-
Class org.apache.xalan.templates.ElemApplyTemplates extends ElemCallTemplate implements Serializable
- serialVersionUID:
- 2903125371542621004L
-
Serialized Fields
-
m_isDefaultTemplate
boolean m_isDefaultTemplate
Tells if this belongs to a default template, in which case it will act different with regard to processing modes.- See Also:
- built-in-rule in XSLT Specification
-
m_mode
QName m_mode
mode %qname; #IMPLIED
-
-
Class org.apache.xalan.templates.ElemAttribute extends ElemElement implements Serializable
- serialVersionUID:
- 8817220961566919187L
-
Class org.apache.xalan.templates.ElemAttributeSet extends ElemUse implements Serializable
- serialVersionUID:
- -426740318278164496L
-
Serialized Fields
-
m_qname
QName m_qname
The name attribute specifies the name of the attribute set.
-
-
Class org.apache.xalan.templates.ElemCallTemplate extends ElemForEach implements Serializable
- serialVersionUID:
- 5009634612916030591L
-
Serialized Fields
-
m_paramElems
ElemWithParam[] m_paramElems
Vector of xsl:param elements associated with this element. -
m_template
ElemTemplate m_template
The template which is named by QName. -
m_templateName
QName m_templateName
An xsl:call-template element invokes a template by name; it has a required name attribute that identifies the template to be invoked.
-
-
Class org.apache.xalan.templates.ElemChoose extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -3070117361903102033L
-
Class org.apache.xalan.templates.ElemComment extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -8813199122875770142L
-
Class org.apache.xalan.templates.ElemCopy extends ElemUse implements Serializable
- serialVersionUID:
- 5478580783896941384L
-
Class org.apache.xalan.templates.ElemCopyOf extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -7433828829497411127L
-
Serialized Fields
-
m_selectExpression
XPath m_selectExpression
The required select attribute contains an expression.
-
-
Class org.apache.xalan.templates.ElemElement extends ElemUse implements Serializable
- serialVersionUID:
- -324619535592435183L
-
Serialized Fields
-
m_name_avt
AVT m_name_avt
The name attribute is interpreted as an attribute value template. It is an error if the string that results from instantiating the attribute value template is not a QName. -
m_namespace_avt
AVT m_namespace_avt
If the namespace attribute is present, then it also is interpreted as an attribute value template. The string that results from instantiating the attribute value template should be a URI reference. It is not an error if the string is not a syntactically legal URI reference.
-
-
Class org.apache.xalan.templates.ElemEmpty extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 7544753713671472252L
-
Class org.apache.xalan.templates.ElemExsltFuncResult extends ElemVariable implements Serializable
- serialVersionUID:
- -3478311949388304563L
-
Serialized Fields
-
m_callerFrameSize
int m_callerFrameSize
-
m_isResultSet
boolean m_isResultSet
-
m_result
XObject m_result
-
-
Class org.apache.xalan.templates.ElemExsltFunction extends ElemTemplate implements Serializable
- serialVersionUID:
- 272154954793534771L
-
Class org.apache.xalan.templates.ElemExtensionCall extends ElemLiteralResult implements Serializable
- serialVersionUID:
- 3171339708500216920L
-
Serialized Fields
-
m_decl
ElemExtensionDecl m_decl
Declaration for Extension element. -
m_extns
String m_extns
The Namespace URI for this extension call element. -
m_lang
String m_lang
Language used by extension. -
m_scriptSrc
String m_scriptSrc
Source for script. -
m_srcURL
String m_srcURL
URL pointing to extension.
-
-
Class org.apache.xalan.templates.ElemExtensionDecl extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -4692738885172766789L
-
Serialized Fields
-
m_elements
StringVector m_elements
StringVector of elements defined in this extension. -
m_functions
StringVector m_functions
StringVector holding the names of functions defined in this extension. -
m_prefix
String m_prefix
Prefix string for this extension element.
-
-
Class org.apache.xalan.templates.ElemExtensionScript extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -6995978265966057744L
-
Class org.apache.xalan.templates.ElemFallback extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 1782962139867340703L
-
Class org.apache.xalan.templates.ElemForEach extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 6018140636363583690L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
m_doc_cache_off
boolean m_doc_cache_off
This is set by an "xalan-doc-cache-off" pi, or the old "xalan:doc-cache-off" pi. The old form of the PI only works for XML parsers that are not namespace aware. It tells the engine that documents created in the location paths executed by this element will not be reparsed. It's set by StylesheetHandler during construction. Note that this feature applies _only_ to xsl:for-each elements in its current incarnation; a more general cache management solution is desperately needed. -
m_selectExpression
Expression m_selectExpression
The "select" expression. -
m_sortElems
Vector m_sortElems
Vector containing the xsl:sort elements associated with this element. -
m_xpath
XPath m_xpath
Used to fix bug#16889 Store XPath away for later processing.
-
-
Class org.apache.xalan.templates.ElemIf extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 2158774632427453022L
-
Serialized Fields
-
m_test
XPath m_test
The xsl:if element must have a test attribute, which specifies an expression.
-
-
Class org.apache.xalan.templates.ElemLiteralResult extends ElemUse implements Serializable
- serialVersionUID:
- -8703409074421657260L
-
Serialized Fields
-
isLiteralResultAsStylesheet
boolean isLiteralResultAsStylesheet
Tells if this element represents a root element that is also the stylesheet element. TODO: This should be a derived class. -
m_avts
List m_avts
The created element node will have the attribute nodes that were present on the element node in the stylesheet tree, other than attributes with names in the XSLT namespace. -
m_excludeResultPrefixes
StringVector m_excludeResultPrefixes
The "exclude-result-prefixes" property. -
m_ExtensionElementURIs
StringVector m_ExtensionElementURIs
The "extension-element-prefixes" property, actually contains URIs. -
m_localName
String m_localName
The local name of the element to be created. -
m_namespace
String m_namespace
The namespace of the element to be created. -
m_rawName
String m_rawName
The raw name of the element to be created. -
m_version
String m_version
The XSLT version as specified by this element. -
m_xslAttr
List m_xslAttr
List of attributes with the XSLT namespace.
-
-
Class org.apache.xalan.templates.ElemMessage extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 1530472462155060023L
-
Serialized Fields
-
m_terminate
boolean m_terminate
If the terminate attribute has the value yes, then the XSLT transformer should terminate processing after sending the message. The default value is no.
-
-
Class org.apache.xalan.templates.ElemNumber extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 8118472298274407610L
-
Serialized Fields
-
m_alphaCountTable
CharArrayWrapper m_alphaCountTable
Chars for converting integers into alpha counts.- See Also:
TransformerImpl#int2alphaCount
-
m_countMatchPattern
XPath m_countMatchPattern
Only nodes are counted that match this pattern. -
m_format_avt
AVT m_format_avt
The "format" attribute is used to control conversion of a list of numbers into a string.- See Also:
- convert in XSLT Specification
-
m_fromMatchPattern
XPath m_fromMatchPattern
Specifies where to count from. For level="single" or level="multiple": Only ancestors that are searched are those that are descendants of the nearest ancestor that matches the from pattern. For level="any: Only nodes after the first node before the current node that match the from pattern are considered. -
m_groupingSeparator_avt
AVT m_groupingSeparator_avt
The grouping-separator attribute gives the separator used as a grouping (e.g. thousands) separator in decimal numbering sequences. -
m_groupingSize_avt
AVT m_groupingSize_avt
The optional grouping-size specifies the size (normally 3) of the grouping. -
m_lang_avt
AVT m_lang_avt
When numbering with an alphabetic sequence, the lang attribute specifies which language's alphabet is to be used. -
m_lettervalue_avt
AVT m_lettervalue_avt
The letter-value attribute disambiguates between numbering sequences that use letters. -
m_level
int m_level
When level="single", it goes up to the first node in the ancestor-or-self axis that matches the count pattern, and constructs a list of length one containing one plus the number of preceding siblings of that ancestor that match the count pattern. If there is no such ancestor, it constructs an empty list. If the from attribute is specified, then the only ancestors that are searched are those that are descendants of the nearest ancestor that matches the from pattern. Preceding siblings has the same meaning here as with the preceding-sibling axis. When level="multiple", it constructs a list of all ancestors of the current node in document order followed by the element itself; it then selects from the list those nodes that match the count pattern; it then maps each node in the list to one plus the number of preceding siblings of that node that match the count pattern. If the from attribute is specified, then the only ancestors that are searched are those that are descendants of the nearest ancestor that matches the from pattern. Preceding siblings has the same meaning here as with the preceding-sibling axis. When level="any", it constructs a list of length one containing the number of nodes that match the count pattern and belong to the set containing the current node and all nodes at any level of the document that are before the current node in document order, excluding any namespace and attribute nodes (in other words the union of the members of the preceding and ancestor-or-self axes). If the from attribute is specified, then only nodes after the first node before the current node that match the from pattern are considered. -
m_valueExpr
XPath m_valueExpr
The value attribute contains an expression. The expression is evaluated and the resulting object is converted to a number as if by a call to the number function.
-
-
Class org.apache.xalan.templates.ElemOtherwise extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 1863944560970181395L
-
Class org.apache.xalan.templates.ElemParam extends ElemVariable implements Serializable
- serialVersionUID:
- -1131781475589006431L
-
Serialized Fields
-
m_qnameID
int m_qnameID
-
-
Class org.apache.xalan.templates.ElemPI extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 5621976448020889825L
-
Serialized Fields
-
m_name_atv
AVT m_name_atv
The xsl:processing-instruction element has a required name attribute that specifies the name of the processing instruction node. The value of the name attribute is interpreted as an attribute value template.
-
-
Class org.apache.xalan.templates.ElemSort extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -4991510257335851938L
-
Serialized Fields
-
m_caseorder_avt
AVT m_caseorder_avt
case-order has the value upper-first or lower-first. The default value is language dependent. -
m_dataType_avt
AVT m_dataType_avt
data-type specifies the data type of the strings to be sorted. -
m_lang_avt
AVT m_lang_avt
lang specifies the language of the sort keys. -
m_order_avt
AVT m_order_avt
order specifies whether the strings should be sorted in ascending or descending order. -
m_selectExpression
XPath m_selectExpression
xsl:sort has a select attribute whose value is an expression.
-
-
Class org.apache.xalan.templates.ElemTemplate extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -5283056789965384058L
-
Serialized Fields
-
m_argsQNameIDs
int[] m_argsQNameIDs
List of namespace/local-name pairs, DTM style, that are unique qname identifiers for the arguments. The position of a given qname in the list is the argument ID, and thus the position in the stack frame. -
m_frameSize
int m_frameSize
The stack frame size for this template, which is equal to the maximum number of params and variables that can be declared in the template at one time. -
m_inArgsSize
int m_inArgsSize
The size of the portion of the stack frame that can hold parameter arguments. -
m_matchPattern
XPath m_matchPattern
The match attribute is a Pattern that identifies the source node or nodes to which the rule applies. -
m_mode
QName m_mode
Modes allow an element to be processed multiple times, each time producing a different result. -
m_name
QName m_name
An xsl:template element with a name attribute specifies a named template. -
m_priority
double m_priority
The priority of a template rule is specified by the priority attribute on the template rule. -
m_publicId
String m_publicId
The public identifier for the current document event. -
m_stylesheet
Stylesheet m_stylesheet
The owning stylesheet. (Should this only be put on the template element, to conserve space?) -
m_systemId
String m_systemId
The system identifier for the current document event.
-
-
Class org.apache.xalan.templates.ElemTemplateElement extends UnImplNode implements Serializable
- serialVersionUID:
- 4440018597841834447L
-
Serialized Fields
-
m_columnNumber
int m_columnNumber
the column number where the current document event ends. -
m_declaredPrefixes
List m_declaredPrefixes
The list of namespace declarations for this element only. -
m_defaultSpace
boolean m_defaultSpace
Tell if this element has the default space handling turned off or on according to the xml:space attribute. -
m_docOrderNumber
int m_docOrderNumber
The *relative* document order number of this element. -
m_endColumnNumber
int m_endColumnNumber
the column number where the current document event ends. -
m_endLineNumber
int m_endLineNumber
line number where the current document event ends. -
m_firstChild
ElemTemplateElement m_firstChild
First child. -
m_hasTextLitOnly
boolean m_hasTextLitOnly
Tell if this element only has one text child, for optimization purposes. -
m_hasVariableDecl
boolean m_hasVariableDecl
Tell if this element only has one text child, for optimization purposes. -
m_lineNumber
int m_lineNumber
line number where the current document event ends. -
m_nextSibling
ElemTemplateElement m_nextSibling
Next sibling. -
m_parentNode
ElemTemplateElement m_parentNode
Parent node. -
m_prefixTable
List m_prefixTable
The table ofXMLNSDecls for this element and all parent elements, screened for excluded prefixes.
-
-
Class org.apache.xalan.templates.ElemText extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 1383140876182316711L
-
Serialized Fields
-
m_disableOutputEscaping
boolean m_disableOutputEscaping
Tells if this element should disable escaping.
-
-
Class org.apache.xalan.templates.ElemTextLiteral extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -7872620006767660088L
-
Serialized Fields
-
m_ch
char[] m_ch
The character array. -
m_disableOutputEscaping
boolean m_disableOutputEscaping
Tells if this element should disable escaping. -
m_preserveSpace
boolean m_preserveSpace
Tell if space should be preserved. -
m_str
String m_str
The character array as a string.
-
-
Class org.apache.xalan.templates.ElemUnknown extends ElemLiteralResult implements Serializable
- serialVersionUID:
- -4573981712648730168L
-
Class org.apache.xalan.templates.ElemUse extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 5830057200289299736L
-
Serialized Fields
-
m_attributeSetsNames
QName[] m_attributeSetsNames
The value of the "use-attribute-sets" attribute.
-
-
Class org.apache.xalan.templates.ElemValueOf extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 3490728458007586786L
-
Serialized Fields
-
m_disableOutputEscaping
boolean m_disableOutputEscaping
Tells if this element should disable escaping. -
m_isDot
boolean m_isDot
True if the pattern is a simple ".". -
m_selectExpression
XPath m_selectExpression
The select expression to be executed.
-
-
Class org.apache.xalan.templates.ElemVariable extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 9111131075322790061L
-
Serialized Fields
-
m_frameSize
int m_frameSize
The stack frame size for this variable if it is a global variable that declares an RTF, which is equal to the maximum number of variables that can be declared in the variable at one time. -
m_index
int m_index
This is the index into the stack frame. -
m_isTopLevel
boolean m_isTopLevel
Tells if this is a top-level variable or param, or not. -
m_qname
QName m_qname
The value of the "name" attribute. -
m_selectPattern
XPath m_selectPattern
The value of the "select" attribute.
-
-
Class org.apache.xalan.templates.ElemVariablePsuedo extends ElemVariable implements Serializable
- serialVersionUID:
- 692295692732588486L
-
Serialized Fields
-
m_lazyVar
XUnresolvedVariableSimple m_lazyVar
-
-
Class org.apache.xalan.templates.ElemWhen extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 5984065730262071360L
-
Serialized Fields
-
m_test
XPath m_test
Each xsl:when element has a single attribute, test, which specifies an expression.
-
-
Class org.apache.xalan.templates.ElemWithParam extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -1070355175864326257L
-
Serialized Fields
-
m_index
int m_index
This is the index to the stack frame being called,not the stack frame that contains this element. -
m_qname
QName m_qname
The required name attribute specifies the name of the parameter (the variable the value of whose binding is to be replaced). The value of the name attribute is a QName, which is expanded as described in [2.4 Qualified Names]. -
m_qnameID
int m_qnameID
-
m_selectPattern
XPath m_selectPattern
The "select" attribute, which specifies the value of the argument, if element content is not specified.
-
-
Class org.apache.xalan.templates.FuncDocument extends Function2Args implements Serializable
- serialVersionUID:
- 2483304325971281424L
-
Class org.apache.xalan.templates.FuncFormatNumb extends Function3Args implements Serializable
- serialVersionUID:
- -8869935264870858636L
-
Class org.apache.xalan.templates.FuncKey extends Function2Args implements Serializable
- serialVersionUID:
- 9089293100115347340L
-
Class org.apache.xalan.templates.KeyDeclaration extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 7724030248631137918L
-
Class org.apache.xalan.templates.NamespaceAlias extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 456173966637810718L
-
Serialized Fields
-
m_ResultNamespace
String m_ResultNamespace
The result namespace. -
m_ResultPrefix
String m_ResultPrefix
The "result-prefix" attribute. -
m_StylesheetNamespace
String m_StylesheetNamespace
The namespace in the stylesheet space. -
m_StylesheetPrefix
String m_StylesheetPrefix
The "stylesheet-prefix" attribute.
-
-
Class org.apache.xalan.templates.OutputProperties extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -6975274363881785488L
-
Serialized Fields
-
m_properties
Properties m_properties
The output properties.
-
-
Class org.apache.xalan.templates.Stylesheet extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 2085337282743043776L
-
Serialization Methods
-
readObject
Read the stylesheet from a serialization stream.- Throws:
IOExceptionTransformerException
-
writeObject
Write out the given output stream- Throws:
IOException
-
-
Serialized Fields
-
m_attributeSets
Vector m_attributeSets
The "xsl:attribute-set" property. -
m_DecimalFormatDeclarations
Stack m_DecimalFormatDeclarations
Table of tables of element decimal-format.- See Also:
DecimalFormatProperties
-
m_ExcludeResultPrefixs
StringVector m_ExcludeResultPrefixs
The "exclude-result-prefixes" property. -
m_ExtensionElementURIs
StringVector m_ExtensionElementURIs
The "extension-element-prefixes" property, actually contains URIs. -
m_href
String m_href
The base URL of the XSL document. -
m_Id
String m_Id
The "id" property. -
m_imports
Vector m_imports
The "xsl:import" list. -
m_includes
Vector m_includes
The "xsl:include" properties. -
m_isCompatibleMode
boolean m_isCompatibleMode
Whether or not the stylesheet is in "Forward Compatibility Mode" -
m_keyDeclarations
Vector m_keyDeclarations
The "xsl:key" property. -
m_NonXslTopLevel
Hashtable m_NonXslTopLevel
The "non-xsl-top-level" properties. -
m_output
Vector m_output
The "xsl:output" properties. This is a vector of OutputProperties objects. -
m_prefix_aliases
Vector m_prefix_aliases
The "xsl:namespace-alias" properties. -
m_publicId
String m_publicId
The doctype-public element. -
m_stylesheetParent
Stylesheet m_stylesheetParent
The parent of the stylesheet. This will be null if this is the root stylesheet. -
m_stylesheetRoot
StylesheetRoot m_stylesheetRoot
The root of the stylesheet, where all the tables common to all stylesheets are kept. -
m_systemId
String m_systemId
The doctype-system element. -
m_templates
Vector m_templates
The "xsl:template" properties. -
m_topLevelVariables
Vector m_topLevelVariables
The "xsl:variable" and "xsl:param" properties. -
m_Version
String m_Version
The "version" property. -
m_whitespacePreservingElements
Vector m_whitespacePreservingElements
The "xsl:preserve-space" property, A lookup table of all space preserving elements. -
m_whitespaceStrippingElements
Vector m_whitespaceStrippingElements
The "xsl:strip-space" properties, A lookup table of all space stripping elements. -
m_XmlnsXsl
String m_XmlnsXsl
The "xmlns:xsl" property.
-
-
Class org.apache.xalan.templates.StylesheetComposed extends Stylesheet implements Serializable
- serialVersionUID:
- -3444072247410233923L
-
Serialized Fields
-
m_endImportCountComposed
int m_endImportCountComposed
-
m_importCountComposed
int m_importCountComposed
The precedence of this stylesheet in the global import list. The lowest precedence stylesheet is 0. A higher number has a higher precedence. -
m_importNumber
int m_importNumber
Order in import chain.
-
-
Class org.apache.xalan.templates.StylesheetRoot extends StylesheetComposed implements Serializable
- serialVersionUID:
- 3875353123529147855L
-
Serialized Fields
-
m_attrSets
HashMap m_attrSets
Composed set of all included and imported attribute set properties. Each entry is a vector of ElemAttributeSet objects. -
m_availElems
HashMap m_availElems
The schema used when creating this StylesheetRoot -
m_decimalFormatSymbols
Hashtable m_decimalFormatSymbols
Table of DecimalFormatSymbols, keyed by QName. -
m_defaultRootRule
ElemTemplate m_defaultRootRule
The default template to use for the root if we don't find anything else. This is initialized in initDefaultRule(). We kind of need this because the defaultRule isn't good enough because it doesn't supply a document context. For now, I default the root document element to "HTML". Don't know if this is really a good idea or not. I suspect it is not. -
m_defaultRule
ElemTemplate m_defaultRule
The default template to use if we don't find anything else. This is initialized in initDefaultRule(). -
m_defaultTextRule
ElemTemplate m_defaultTextRule
The default template to use for text nodes if we don't find anything else. This is initialized in initDefaultRule(). -
m_extensionHandlerClass
String m_extensionHandlerClass
-
m_globalImportList
StylesheetComposed[] m_globalImportList
The combined list of imports. The stylesheet with the highest import precedence will be at element 0. The one with the lowest import precedence will be at element length - 1. -
m_incremental
boolean m_incremental
The flag for the setting of the incremental feature; -
m_isSecureProcessing
boolean m_isSecureProcessing
State of the secure processing feature. -
m_keyDecls
Vector m_keyDecls
A list of all key declarations visible from this stylesheet and all lesser stylesheets. -
m_namespaceAliasComposed
Hashtable m_namespaceAliasComposed
Composed set of all namespace aliases. -
m_optimizer
boolean m_optimizer
The flag for the setting of the optimize feature; -
m_outputMethodSet
boolean m_outputMethodSet
Flag indicating whether an output method has been set by the user. -
m_outputProperties
OutputProperties m_outputProperties
This will be set up with the default values, and then the values will be set as stylesheets are encountered. -
m_selectDefault
XPath m_selectDefault
Used for default selection. -
m_source_location
boolean m_source_location
The flag for the setting of the source_location feature; -
m_startRule
ElemTemplate m_startRule
The start rule to kick off the transformation. -
m_templateList
TemplateList m_templateList
The "xsl:template" properties. -
m_variables
Vector m_variables
Composed set of all variables and params. -
m_whiteSpaceInfoList
TemplateList m_whiteSpaceInfoList
A list of properties that specify how to do space stripping. This uses the same exact mechanism as Templates.
-
-
Class org.apache.xalan.templates.TemplateList extends Object implements Serializable
- serialVersionUID:
- 5803675288911728791L
-
Serialized Fields
-
m_commentPatterns
org.apache.xalan.templates.TemplateSubPatternAssociation m_commentPatterns
Comment Patterns. -
m_docPatterns
org.apache.xalan.templates.TemplateSubPatternAssociation m_docPatterns
Root document Patterns. -
m_namedTemplates
Hashtable m_namedTemplates
Keyed on string macro names, and holding values that are macro elements in the XSL DOM tree. Initialized in initMacroLookupTable, and used in findNamedTemplate. -
m_patternTable
Hashtable m_patternTable
This table is keyed on the target elements of patterns, and contains linked lists of the actual patterns that match the target element to some degree of specifity. -
m_textPatterns
org.apache.xalan.templates.TemplateSubPatternAssociation m_textPatterns
Text Patterns. -
m_wildCardPatterns
org.apache.xalan.templates.TemplateSubPatternAssociation m_wildCardPatterns
Wildcard patterns.
-
-
Class org.apache.xalan.templates.WhiteSpaceInfo extends ElemTemplate implements Serializable
- serialVersionUID:
- 6389208261999943836L
-
Serialized Fields
-
m_shouldStripSpace
boolean m_shouldStripSpace
Flag indicating whether whitespaces should be stripped.
-
-
Class org.apache.xalan.templates.XMLNSDecl extends Object implements Serializable
- serialVersionUID:
- 6710237366877605097L
-
Class org.apache.xalan.templates.XUnresolvedVariable extends XObject implements Serializable
- serialVersionUID:
- -256779804767950188L
-
Serialized Fields
-
m_isGlobal
boolean m_isGlobal
true if this variable or parameter is a global.
-
-
Class org.apache.xalan.templates.XUnresolvedVariableSimple extends XObject implements Serializable
- serialVersionUID:
- -1224413807443958985L
-
-
Package org.apache.xalan.transformer
-
Class org.apache.xalan.transformer.CountersTable extends Hashtable implements Serializable
- serialVersionUID:
- 2159100770924179875L
-
Class org.apache.xalan.transformer.KeyIterator extends OneStepIteratorForward implements Serializable
- serialVersionUID:
- -1349109910100249661L
-
-
Package org.apache.xml.dtm
-
Class org.apache.xml.dtm.DTMConfigurationException extends DTMException implements Serializable
- serialVersionUID:
- -4607874078818418046L
-
Class org.apache.xml.dtm.DTMDOMException extends DOMException implements Serializable
- serialVersionUID:
- 1895654266613192414L
-
Class org.apache.xml.dtm.DTMException extends RuntimeException implements Serializable
- serialVersionUID:
- -775576419181334734L
-
Serialized Fields
-
containedException
Throwable containedException
Field containedException specifies a wrapped exception. May be null. -
locator
SourceLocator locator
Field locator specifies where the error occured.
-
-
-
Package org.apache.xml.dtm.ref
-
Class org.apache.xml.dtm.ref.DTMNamedNodeMap.DTMException extends DOMException implements Serializable
- serialVersionUID:
- -8290238117162437678L
-
-
Package org.apache.xml.serializer.utils
-
Class org.apache.xml.serializer.utils.URI.MalformedURIException extends IOException implements Serializable
-
Class org.apache.xml.serializer.utils.WrappedRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 7140414456714658073L
-
Serialized Fields
-
m_exception
Exception m_exception
Primary checked exception.
-
-
-
Package org.apache.xml.utils
-
Class org.apache.xml.utils.NameSpace extends Object implements Serializable
- serialVersionUID:
- 1471232939184881839L
-
Class org.apache.xml.utils.NodeVector extends Object implements Serializable
- serialVersionUID:
- -713473092200731870L
-
Serialized Fields
-
m_blocksize
int m_blocksize
Size of blocks to allocate. -
m_firstFree
int m_firstFree
Number of nodes in this NodeVector. -
m_map
int[] m_map
Array of nodes this points to. -
m_mapSize
int m_mapSize
Size of the array this points to.
-
-
Class org.apache.xml.utils.ObjectPool extends Object implements Serializable
- serialVersionUID:
- -8519013691660936643L
-
Class org.apache.xml.utils.QName extends Object implements Serializable
- serialVersionUID:
- 467434581652829920L
-
Class org.apache.xml.utils.SAXSourceLocator extends LocatorImpl implements Serializable
- serialVersionUID:
- 3181680946321164112L
-
Serialized Fields
-
m_locator
Locator m_locator
The SAX Locator object.
-
-
Class org.apache.xml.utils.StopParseException extends SAXException implements Serializable
- serialVersionUID:
- 210102479218258961L
-
Class org.apache.xml.utils.StringVector extends Object implements Serializable
- serialVersionUID:
- 4995234972032919748L
-
Serialized Fields
-
m_blocksize
int m_blocksize
Size of blocks to allocate -
m_firstFree
int m_firstFree
Number of strings this contains -
m_map
String[] m_map
Array of strings this contains -
m_mapSize
int m_mapSize
Size of the array
-
-
Class org.apache.xml.utils.URI extends Object implements Serializable
- serialVersionUID:
- 7096266377907081897L
-
Serialized Fields
-
m_fragment
String m_fragment
If specified, stores the fragment for this URI; otherwise null. -
m_host
String m_host
If specified, stores the host for this URI; otherwise null. -
m_path
String m_path
If specified, stores the path for this URI; otherwise null. -
m_port
int m_port
If specified, stores the port for this URI; otherwise -1. -
m_queryString
String m_queryString
If specified, stores the query string for this URI; otherwise null. -
m_scheme
String m_scheme
Stores the scheme (usually the protocol) for this URI. -
m_userinfo
String m_userinfo
If specified, stores the userinfo for this URI; otherwise null.
-
-
Class org.apache.xml.utils.URI.MalformedURIException extends IOException implements Serializable
-
Class org.apache.xml.utils.WrappedRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 7140414456714658073L
-
Serialized Fields
-
m_exception
Exception m_exception
Primary checked exception.
-
-
-
Package org.apache.xpath
-
Class org.apache.xpath.Expression extends Object implements Serializable
- serialVersionUID:
- 565665869777906902L
-
Serialized Fields
-
m_parent
ExpressionNode m_parent
The location where this expression was built from. Need for diagnostic messages. May be null.
-
-
Class org.apache.xpath.FoundIndex extends RuntimeException implements Serializable
- serialVersionUID:
- -4643975335243078270L
-
Class org.apache.xpath.NodeSetDTM extends NodeVector implements Serializable
- serialVersionUID:
- 7686480133331317070L
-
Serialized Fields
-
m_manager
DTMManager m_manager
-
m_root
int m_root
The root of the iteration, if available.
-
-
Class org.apache.xpath.XPath extends Object implements Serializable
- serialVersionUID:
- 3976493477939110553L
-
Serialized Fields
-
m_mainExp
Expression m_mainExp
The top of the expression tree. -
m_patternString
String m_patternString
The pattern string, mainly kept around for diagnostic purposes.
-
-
Class org.apache.xpath.XPathException extends TransformerException implements Serializable
- serialVersionUID:
- 4263549717619045963L
-
Class org.apache.xpath.XPathProcessorException extends XPathException implements Serializable
- serialVersionUID:
- 1215509418326642603L
-
-
Package org.apache.xpath.axes
-
Class org.apache.xpath.axes.AttributeIterator extends ChildTestIterator implements Serializable
- serialVersionUID:
- -8417986700712229686L
-
Class org.apache.xpath.axes.AxesWalker extends PredicatedNodeTest implements Serializable
- serialVersionUID:
- -2966031951306601247L
-
Serialized Fields
-
m_axis
int m_axis
The traversal axis from where the nodes will be filtered. -
m_dtm
DTM m_dtm
The DTM for the root. This can not be used, or must be changed, for the filter walker, or any walker that can have nodes from multiple documents. Never, ever, access this value without going through getDTM(int node). -
m_nextWalker
AxesWalker m_nextWalker
The next walker in the location step chain. -
m_prevWalker
AxesWalker m_prevWalker
The previous walker in the location step chain, or null. -
m_traverser
DTMAxisTraverser m_traverser
The DTM inner traversal class, that corresponds to the super axis.
-
-
Class org.apache.xpath.axes.BasicTestIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- 3505378079378096623L
-
Class org.apache.xpath.axes.ChildIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- -6935428015142993583L
-
Class org.apache.xpath.axes.ChildTestIterator extends BasicTestIterator implements Serializable
- serialVersionUID:
- -7936835957960705722L
-
Class org.apache.xpath.axes.DescendantIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- -1190338607743976938L
-
Serialized Fields
-
m_axis
int m_axis
The axis that we are traversing. -
m_extendedTypeID
int m_extendedTypeID
The extended type ID, not set until setRoot.
-
-
Class org.apache.xpath.axes.FilterExprIterator extends BasicTestIterator implements Serializable
- serialVersionUID:
- 2552176105165737614L
-
Serialized Fields
-
m_canDetachNodeset
boolean m_canDetachNodeset
-
m_expr
Expression m_expr
The contained expression. Should be non-null. -
m_mustHardReset
boolean m_mustHardReset
-
-
Class org.apache.xpath.axes.FilterExprIteratorSimple extends LocPathIterator implements Serializable
- serialVersionUID:
- -6978977187025375579L
-
Serialized Fields
-
m_canDetachNodeset
boolean m_canDetachNodeset
-
m_expr
Expression m_expr
The contained expression. Should be non-null. -
m_mustHardReset
boolean m_mustHardReset
-
-
Class org.apache.xpath.axes.FilterExprWalker extends AxesWalker implements Serializable
- serialVersionUID:
- 5457182471424488375L
-
Serialized Fields
-
m_canDetachNodeset
boolean m_canDetachNodeset
-
m_expr
Expression m_expr
The contained expression. Should be non-null. -
m_mustHardReset
boolean m_mustHardReset
-
-
Class org.apache.xpath.axes.IteratorPool extends Object implements Serializable
- serialVersionUID:
- -460927331149566998L
-
Serialized Fields
-
m_freeStack
ArrayList m_freeStack
Stack of given objects this points to. -
m_orig
DTMIterator m_orig
Type of objects in this pool.
-
-
Class org.apache.xpath.axes.LocPathIterator extends PredicatedNodeTest implements Serializable
- serialVersionUID:
- -4602476357268405754L
-
Serialization Methods
-
readObject
Read the object from a serialization stream.- Throws:
IOExceptionTransformerException
-
-
Serialized Fields
-
m_allowDetach
boolean m_allowDetach
Control over whether it is OK for detach to reset the iterator. -
m_isTopLevel
boolean m_isTopLevel
Value determined at compile time, indicates that this is an iterator at the top level of the expression, rather than inside a predicate. -
m_prefixResolver
PrefixResolver m_prefixResolver
Fast access to the current prefix resolver. It isn't really clear that this is needed.
-
-
Class org.apache.xpath.axes.MatchPatternIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- -5201153767396296474L
-
Serialized Fields
-
m_pattern
StepPattern m_pattern
This is the select pattern, translated into a match pattern. -
m_superAxis
int m_superAxis
The traversal axis from where the nodes will be filtered. -
m_traverser
DTMAxisTraverser m_traverser
The DTM inner traversal class, that corresponds to the super axis.
-
-
Class org.apache.xpath.axes.NodeSequence extends XObject implements Serializable
- serialVersionUID:
- 3866261934726581044L
-
Serialized Fields
-
m_cache
org.apache.xpath.axes.NodeSequence.IteratorCache m_cache
A cache of a list of nodes obtained from the iterator so far. This list is appended to until the iterator is exhausted and the cache is complete.Multiple NodeSequence objects may share the same cache.
-
m_dtmMgr
DTMManager m_dtmMgr
The DTMManager to use if we're using a NodeVector only. We may well want to do away with this, and store it in the NodeVector. -
m_iter
DTMIterator m_iter
The functional iterator that fetches nodes. -
m_last
int m_last
The index of the last node in the iteration. -
m_next
int m_next
The index of the next node to be fetched. Useful if this is a cached iterator, and is being used as random access NodeList.
-
-
Class org.apache.xpath.axes.OneStepIterator extends ChildTestIterator implements Serializable
- serialVersionUID:
- 4623710779664998283L
-
Serialized Fields
-
m_axis
int m_axis
The traversal axis from where the nodes will be filtered. -
m_iterator
DTMAxisIterator m_iterator
The DTM inner traversal class, that corresponds to the super axis.
-
-
Class org.apache.xpath.axes.OneStepIteratorForward extends ChildTestIterator implements Serializable
- serialVersionUID:
- -1576936606178190566L
-
Serialized Fields
-
m_axis
int m_axis
The traversal axis from where the nodes will be filtered.
-
-
Class org.apache.xpath.axes.PredicatedNodeTest extends NodeTest implements Serializable
- serialVersionUID:
- -6193530757296377351L
-
Serialization Methods
-
readObject
Read the object from a serialization stream.- Throws:
IOExceptionTransformerException
-
-
Serialized Fields
-
m_lpi
LocPathIterator m_lpi
The owning location path iterator. -
m_predCount
int m_predCount
-
m_predicates
Expression[] m_predicates
The list of predicate expressions. Is static and does not need to be deep cloned.
-
-
Class org.apache.xpath.axes.ReverseAxesWalker extends AxesWalker implements Serializable
- serialVersionUID:
- 2847007647832768941L
-
Serialized Fields
-
m_iterator
DTMAxisIterator m_iterator
The DTM inner traversal class, that corresponds to the super axis.
-
-
Class org.apache.xpath.axes.RTFIterator extends NodeSetDTM implements Serializable
- serialVersionUID:
- 7658117366258528996L
-
Class org.apache.xpath.axes.SelfIteratorNoPredicate extends LocPathIterator implements Serializable
- serialVersionUID:
- -4226887905279814201L
-
Class org.apache.xpath.axes.UnionChildIterator extends ChildTestIterator implements Serializable
- serialVersionUID:
- 3500298482193003495L
-
Serialized Fields
-
m_nodeTests
PredicatedNodeTest[] m_nodeTests
Even though these may hold full LocPathIterators, this array does not have to be cloned, since only the node test and predicate portion are used, and these only need static information. However, also note that index predicates can not be used!
-
-
Class org.apache.xpath.axes.UnionPathIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- -3910351546843826781L
-
Serialization Methods
-
readObject
Read the object from a serialization stream.- Throws:
IOExceptionTransformerException
-
-
Serialized Fields
-
m_exprs
LocPathIterator[] m_exprs
The location path iterators, one for each location path contained in the union expression. -
m_iterators
DTMIterator[] m_iterators
The location path iterators, one for each location path contained in the union expression.
-
-
Class org.apache.xpath.axes.WalkingIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- 9110225941815665906L
-
Serialized Fields
-
m_firstWalker
AxesWalker m_firstWalker
The head of the step walker list. -
m_lastUsedWalker
AxesWalker m_lastUsedWalker
The last used step walker in the walker list.
-
-
Class org.apache.xpath.axes.WalkingIteratorSorted extends WalkingIterator implements Serializable
- serialVersionUID:
- -4512512007542368213L
-
Serialized Fields
-
m_inNaturalOrderStatic
boolean m_inNaturalOrderStatic
True if the nodes will be found in document order, and this can be determined statically.
-
-
-
Package org.apache.xpath.domapi
-
Class org.apache.xpath.domapi.XPathStylesheetDOM3Exception extends TransformerException implements Serializable
-
-
Package org.apache.xpath.functions
-
Class org.apache.xpath.functions.FuncBoolean extends FunctionOneArg implements Serializable
- serialVersionUID:
- 4328660760070034592L
-
Class org.apache.xpath.functions.FuncCeiling extends FunctionOneArg implements Serializable
- serialVersionUID:
- -1275988936390464739L
-
Class org.apache.xpath.functions.FuncConcat extends FunctionMultiArgs implements Serializable
- serialVersionUID:
- 1737228885202314413L
-
Class org.apache.xpath.functions.FuncContains extends Function2Args implements Serializable
- serialVersionUID:
- 5084753781887919723L
-
Class org.apache.xpath.functions.FuncCount extends FunctionOneArg implements Serializable
- serialVersionUID:
- -7116225100474153751L
-
Class org.apache.xpath.functions.FuncCurrent extends Function implements Serializable
- serialVersionUID:
- 5715316804877715008L
-
Class org.apache.xpath.functions.FuncDoclocation extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- 7469213946343568769L
-
Class org.apache.xpath.functions.FuncExtElementAvailable extends FunctionOneArg implements Serializable
- serialVersionUID:
- -472533699257968546L
-
Class org.apache.xpath.functions.FuncExtFunction extends Function implements Serializable
- serialVersionUID:
- 5196115554693708718L
-
Serialized Fields
-
m_argVec
Vector m_argVec
Array of static expressions which represent the parameters to the function. -
m_extensionName
String m_extensionName
The local name of the extension. -
m_methodKey
Object m_methodKey
Unique method key, which is passed to ExtensionsTable#extFunction in order to allow caching of the method. -
m_namespace
String m_namespace
The namespace for the extension function, which should not normally be null or empty.
-
-
Class org.apache.xpath.functions.FuncExtFunctionAvailable extends FunctionOneArg implements Serializable
- serialVersionUID:
- 5118814314918592241L
-
Class org.apache.xpath.functions.FuncFalse extends Function implements Serializable
- serialVersionUID:
- 6150918062759769887L
-
Class org.apache.xpath.functions.FuncFloor extends FunctionOneArg implements Serializable
- serialVersionUID:
- 2326752233236309265L
-
Class org.apache.xpath.functions.FuncGenerateId extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- 973544842091724273L
-
Class org.apache.xpath.functions.FuncId extends FunctionOneArg implements Serializable
- serialVersionUID:
- 8930573966143567310L
-
Class org.apache.xpath.functions.FuncLang extends FunctionOneArg implements Serializable
- serialVersionUID:
- -7868705139354872185L
-
Class org.apache.xpath.functions.FuncLast extends Function implements Serializable
- serialVersionUID:
- 9205812403085432943L
-
Serialized Fields
-
m_isTopLevel
boolean m_isTopLevel
-
-
Class org.apache.xpath.functions.FuncLocalPart extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- 7591798770325814746L
-
Class org.apache.xpath.functions.FuncNamespace extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- -4695674566722321237L
-
Class org.apache.xpath.functions.FuncNormalizeSpace extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- -3377956872032190880L
-
Class org.apache.xpath.functions.FuncNot extends FunctionOneArg implements Serializable
- serialVersionUID:
- 7299699961076329790L
-
Class org.apache.xpath.functions.FuncNumber extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- 7266745342264153076L
-
Class org.apache.xpath.functions.FuncPosition extends Function implements Serializable
- serialVersionUID:
- -9092846348197271582L
-
Serialized Fields
-
m_isTopLevel
boolean m_isTopLevel
-
-
Class org.apache.xpath.functions.FuncQname extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- -1532307875532617380L
-
Class org.apache.xpath.functions.FuncRound extends FunctionOneArg implements Serializable
- serialVersionUID:
- -7970583902573826611L
-
Class org.apache.xpath.functions.FuncStartsWith extends Function2Args implements Serializable
- serialVersionUID:
- 2194585774699567928L
-
Class org.apache.xpath.functions.FuncString extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- -2206677149497712883L
-
Class org.apache.xpath.functions.FuncStringLength extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- -159616417996519839L
-
Class org.apache.xpath.functions.FuncSubstring extends Function3Args implements Serializable
- serialVersionUID:
- -5996676095024715502L
-
Class org.apache.xpath.functions.FuncSubstringAfter extends Function2Args implements Serializable
- serialVersionUID:
- -8119731889862512194L
-
Class org.apache.xpath.functions.FuncSubstringBefore extends Function2Args implements Serializable
- serialVersionUID:
- 4110547161672431775L
-
Class org.apache.xpath.functions.FuncSum extends FunctionOneArg implements Serializable
- serialVersionUID:
- -2719049259574677519L
-
Class org.apache.xpath.functions.FuncSystemProperty extends FunctionOneArg implements Serializable
- serialVersionUID:
- 3694874980992204867L
-
Class org.apache.xpath.functions.Function extends Expression implements Serializable
- serialVersionUID:
- 6927661240854599768L
-
Class org.apache.xpath.functions.Function2Args extends FunctionOneArg implements Serializable
- serialVersionUID:
- 5574294996842710641L
-
Serialized Fields
-
m_arg1
Expression m_arg1
The second argument passed to the function (at index 1).
-
-
Class org.apache.xpath.functions.Function3Args extends Function2Args implements Serializable
- serialVersionUID:
- 7915240747161506646L
-
Serialized Fields
-
m_arg2
Expression m_arg2
The third argument passed to the function (at index 2).
-
-
Class org.apache.xpath.functions.FunctionDef1Arg extends FunctionOneArg implements Serializable
- serialVersionUID:
- 2325189412814149264L
-
Class org.apache.xpath.functions.FunctionMultiArgs extends Function3Args implements Serializable
- serialVersionUID:
- 7117257746138417181L
-
Serialized Fields
-
m_args
Expression[] m_args
Argument expressions that are at index 3 or greater.
-
-
Class org.apache.xpath.functions.FunctionOneArg extends Function implements Serializable
- serialVersionUID:
- -5180174180765609758L
-
Serialized Fields
-
m_arg0
Expression m_arg0
The first argument passed to the function (at index 0).
-
-
Class org.apache.xpath.functions.FuncTranslate extends Function3Args implements Serializable
- serialVersionUID:
- -1672834340026116482L
-
Class org.apache.xpath.functions.FuncTrue extends Function implements Serializable
- serialVersionUID:
- 5663314547346339447L
-
Class org.apache.xpath.functions.FuncUnparsedEntityURI extends FunctionOneArg implements Serializable
- serialVersionUID:
- 845309759097448178L
-
Class org.apache.xpath.functions.WrongNumberArgsException extends Exception implements Serializable
- serialVersionUID:
- -4551577097576242432L
-
-
Package org.apache.xpath.objects
-
Class org.apache.xpath.objects.XBoolean extends XObject implements Serializable
- serialVersionUID:
- -2964933058866100881L
-
Serialized Fields
-
m_val
boolean m_val
Value of the object.
-
-
Class org.apache.xpath.objects.XBooleanStatic extends XBoolean implements Serializable
- serialVersionUID:
- -8064147275772687409L
-
Serialized Fields
-
m_val
boolean m_val
The value of the object.
-
-
Class org.apache.xpath.objects.XNodeSet extends NodeSequence implements Serializable
- serialVersionUID:
- 1916026368035639667L
-
Class org.apache.xpath.objects.XNodeSetForDOM extends XNodeSet implements Serializable
- serialVersionUID:
- -8396190713754624640L
-
Serialized Fields
-
m_origObj
Object m_origObj
-
-
Class org.apache.xpath.objects.XNull extends XNodeSet implements Serializable
- serialVersionUID:
- -6841683711458983005L
-
Class org.apache.xpath.objects.XNumber extends XObject implements Serializable
- serialVersionUID:
- -2720400709619020193L
-
Serialized Fields
-
m_val
double m_val
Value of the XNumber object.
-
-
Class org.apache.xpath.objects.XObject extends Expression implements Serializable
- serialVersionUID:
- -821887098985662951L
-
Serialized Fields
-
m_obj
Object m_obj
The java object which this object wraps.
-
-
Class org.apache.xpath.objects.XRTreeFrag extends XObject implements Serializable
- serialVersionUID:
- -3201553822254911567L
-
Serialized Fields
-
m_allowRelease
boolean m_allowRelease
-
m_dtmRoot
int m_dtmRoot
-
m_DTMXRTreeFrag
DTMXRTreeFrag m_DTMXRTreeFrag
-
m_xmlStr
XMLString m_xmlStr
-
-
Class org.apache.xpath.objects.XRTreeFragSelectWrapper extends XRTreeFrag implements Serializable
- serialVersionUID:
- -6526177905590461251L
-
Class org.apache.xpath.objects.XString extends XObject implements Serializable
- serialVersionUID:
- 2020470518395094525L
-
Class org.apache.xpath.objects.XStringForChars extends XString implements Serializable
- serialVersionUID:
- -2235248887220850467L
-
Serialized Fields
-
m_length
int m_length
The length of the string. -
m_start
int m_start
The start position in the fsb. -
m_strCache
String m_strCache
-
-
Class org.apache.xpath.objects.XStringForFSB extends XString implements Serializable
- serialVersionUID:
- -1533039186550674548L
-
Serialized Fields
-
m_hash
int m_hash
cached hash code -
m_length
int m_length
The length of the string. -
m_start
int m_start
The start position in the fsb. -
m_strCache
String m_strCache
If the str() function is called, the string will be cached here.
-
-
-
Package org.apache.xpath.operations
-
Class org.apache.xpath.operations.And extends Operation implements Serializable
- serialVersionUID:
- 392330077126534022L
-
Class org.apache.xpath.operations.Bool extends UnaryOperation implements Serializable
- serialVersionUID:
- 44705375321914635L
-
Class org.apache.xpath.operations.Div extends Operation implements Serializable
- serialVersionUID:
- 6220756595959798135L
-
Class org.apache.xpath.operations.Equals extends Operation implements Serializable
- serialVersionUID:
- -2658315633903426134L
-
Class org.apache.xpath.operations.Gt extends Operation implements Serializable
- serialVersionUID:
- 8927078751014375950L
-
Class org.apache.xpath.operations.Gte extends Operation implements Serializable
- serialVersionUID:
- 9142945909906680220L
-
Class org.apache.xpath.operations.Lt extends Operation implements Serializable
- serialVersionUID:
- 3388420509289359422L
-
Class org.apache.xpath.operations.Lte extends Operation implements Serializable
- serialVersionUID:
- 6945650810527140228L
-
Class org.apache.xpath.operations.Minus extends Operation implements Serializable
- serialVersionUID:
- -5297672838170871043L
-
Class org.apache.xpath.operations.Mod extends Operation implements Serializable
- serialVersionUID:
- 5009471154238918201L
-
Class org.apache.xpath.operations.Mult extends Operation implements Serializable
- serialVersionUID:
- -4956770147013414675L
-
Class org.apache.xpath.operations.Neg extends UnaryOperation implements Serializable
- serialVersionUID:
- -6280607702375702291L
-
Class org.apache.xpath.operations.NotEquals extends Operation implements Serializable
- serialVersionUID:
- -7869072863070586900L
-
Class org.apache.xpath.operations.Number extends UnaryOperation implements Serializable
- serialVersionUID:
- 7196954482871619765L
-
Class org.apache.xpath.operations.Operation extends Expression implements Serializable
- serialVersionUID:
- -3037139537171050430L
-
Serialized Fields
-
m_left
Expression m_left
The left operand expression. -
m_right
Expression m_right
The right operand expression.
-
-
Class org.apache.xpath.operations.Or extends Operation implements Serializable
- serialVersionUID:
- -644107191353853079L
-
Class org.apache.xpath.operations.Plus extends Operation implements Serializable
- serialVersionUID:
- -4492072861616504256L
-
Class org.apache.xpath.operations.Quo extends Operation implements Serializable
- serialVersionUID:
- 693765299196169905L
-
Class org.apache.xpath.operations.String extends UnaryOperation implements Serializable
- serialVersionUID:
- 2973374377453022888L
-
Class org.apache.xpath.operations.UnaryOperation extends Expression implements Serializable
- serialVersionUID:
- 6536083808424286166L
-
Serialized Fields
-
m_right
Expression m_right
The operand for the operation.
-
-
Class org.apache.xpath.operations.Variable extends Expression implements Serializable
- serialVersionUID:
- -4334975375609297049L
-
Serialized Fields
-
m_fixUpWasCalled
boolean m_fixUpWasCalled
Tell if fixupVariables was called. -
m_index
int m_index
The index of the variable, which is either an absolute index to a global, or, if higher than the globals area, must be adjusted by adding the offset to the current stack frame. -
m_isGlobal
boolean m_isGlobal
-
m_qname
QName m_qname
The qualified name of the variable.
-
-
Class org.apache.xpath.operations.VariableSafeAbsRef extends Variable implements Serializable
- serialVersionUID:
- -9174661990819967452L
-
-
Package org.apache.xpath.patterns
-
Class org.apache.xpath.patterns.ContextMatchStepPattern extends StepPattern implements Serializable
- serialVersionUID:
- -1888092779313211942L
-
Class org.apache.xpath.patterns.FunctionPattern extends StepPattern implements Serializable
- serialVersionUID:
- -5426793413091209944L
-
Serialized Fields
-
m_functionExpr
Expression m_functionExpr
Should be aexpression.
-
-
Class org.apache.xpath.patterns.NodeTest extends Expression implements Serializable
- serialVersionUID:
- -5736721866747906182L
-
Serialized Fields
-
m_isTotallyWild
boolean m_isTotallyWild
True if this test has a null namespace and a local name ofNodeTest.WILD. -
m_name
String m_name
The local name to be tested for. -
m_namespace
String m_namespace
The namespace to be tested for, which may be null. -
m_score
XNumber m_score
Statically calculated score for this test. One ofNodeTest.SCORE_NODETEST,NodeTest.SCORE_NONE,NodeTest.SCORE_NSWILD,NodeTest.SCORE_QNAME, orNodeTest.SCORE_OTHER. -
m_whatToShow
int m_whatToShow
This attribute determines which node types are accepted.
-
-
Class org.apache.xpath.patterns.StepPattern extends NodeTest implements Serializable
- serialVersionUID:
- 9071668960168152644L
-
Serialized Fields
-
m_axis
int m_axis
The axis for this test. -
m_predicates
Expression[] m_predicates
The list of predicate expressions for this pattern step. -
m_relativePathPattern
StepPattern m_relativePathPattern
Reference to nodetest and predicate for parent or ancestor. -
m_targetString
String m_targetString
The target local name or psuedo name, for hash table lookup optimization.
-
-
Class org.apache.xpath.patterns.UnionPattern extends Expression implements Serializable
- serialVersionUID:
- -6670449967116905820L
-
Serialized Fields
-
m_patterns
StepPattern[] m_patterns
Array of the contained step patterns to be tested.
-
-
-
Package org.bouncycastle.asn1
-
Class org.bouncycastle.asn1.ASN1Exception extends IOException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.asn1.ASN1ParsingException extends IllegalStateException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.cert
-
Class org.bouncycastle.cert.CertException extends Exception implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.cert.CertIOException extends IOException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.cms
-
Class org.bouncycastle.cms.CMSAttributeTableGenerationException extends CMSRuntimeException implements Serializable
-
Serialized Fields
-
e
Exception e
-
-
-
Class org.bouncycastle.cms.CMSException extends Exception implements Serializable
-
Serialized Fields
-
e
Exception e
-
-
-
Class org.bouncycastle.cms.CMSRuntimeException extends RuntimeException implements Serializable
-
Serialized Fields
-
e
Exception e
-
-
-
Class org.bouncycastle.cms.CMSSignerDigestMismatchException extends CMSException implements Serializable
-
Class org.bouncycastle.cms.CMSVerifierCertificateNotValidException extends CMSException implements Serializable
-
-
Package org.bouncycastle.crypto
-
Class org.bouncycastle.crypto.CryptoException extends Exception implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.crypto.DataLengthException extends RuntimeCryptoException implements Serializable
-
Class org.bouncycastle.crypto.InvalidCipherTextException extends CryptoException implements Serializable
-
Class org.bouncycastle.crypto.OutputLengthException extends DataLengthException implements Serializable
-
Class org.bouncycastle.crypto.RuntimeCryptoException extends RuntimeException implements Serializable
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.dh
-
Class org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPrivateKey extends Object implements Serializable
- serialVersionUID:
- 311058815616901812L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPublicKey extends Object implements Serializable
- serialVersionUID:
- -216691575254424324L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.dsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- -4677259546958385734L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 1752452449903495175L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.ec
-
Class org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPrivateKey extends Object implements Serializable
- serialVersionUID:
- 994553197664784084L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey extends Object implements Serializable
- serialVersionUID:
- 2422789860422731812L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.rsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateCrtKey extends BCRSAPrivateKey implements Serializable
- serialVersionUID:
- 7834723820638524718L
-
Serialized Fields
-
crtCoefficient
BigInteger crtCoefficient
-
primeExponentP
BigInteger primeExponentP
-
primeExponentQ
BigInteger primeExponentQ
-
primeP
BigInteger primeP
-
primeQ
BigInteger primeQ
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- 5110188922551353628L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 2675817738516720772L
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.util
-
Class org.bouncycastle.jcajce.provider.asymmetric.util.ExtendedInvalidKeySpecException extends InvalidKeySpecException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.x509
-
Class org.bouncycastle.jcajce.provider.asymmetric.x509.PKIXCertPath extends CertPath implements Serializable
-
Serialized Fields
-
certificates
List certificates
-
-
-
-
Package org.bouncycastle.jcajce.provider.config
-
Class org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission extends BasicPermission implements Serializable
-
Serialized Fields
-
actions
String actions
-
permissionMask
int permissionMask
-
-
-
-
Package org.bouncycastle.jcajce.provider.symmetric.util
-
Class org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey extends Object implements Serializable
-
Serialized Fields
-
algorithm
String algorithm
-
digest
int digest
-
ivSize
int ivSize
-
keySize
int keySize
-
oid
ASN1ObjectIdentifier oid
-
param
CipherParameters param
-
pbeKeySpec
PBEKeySpec pbeKeySpec
-
tryWrong
boolean tryWrong
-
type
int type
-
-
-
-
Package org.bouncycastle.jce.exception
-
Class org.bouncycastle.jce.exception.ExtCertPathBuilderException extends CertPathBuilderException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.jce.exception.ExtCertPathValidatorException extends CertPathValidatorException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jce.interfaces
-
Package org.bouncycastle.jce.provider
-
Class org.bouncycastle.jce.provider.AnnotatedException extends Exception implements Serializable
-
Serialized Fields
-
_underlyingException
Throwable _underlyingException
-
-
-
Class org.bouncycastle.jce.provider.BouncyCastleProvider extends Provider implements Serializable
-
Class org.bouncycastle.jce.provider.JCEDHPrivateKey extends Object implements Serializable
- serialVersionUID:
- 311058815616901812L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrier attrCarrier
-
dhSpec
DHParameterSpec dhSpec
-
info
PrivateKeyInfo info
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JCEDHPublicKey extends Object implements Serializable
- serialVersionUID:
- -216691575254424324L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dhSpec
DHParameterSpec dhSpec
-
info
SubjectPublicKeyInfo info
-
y
BigInteger y
-
-
Class org.bouncycastle.jce.provider.JCEECPrivateKey extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
d
BigInteger d
-
ecSpec
ECParameterSpec ecSpec
-
publicKey
DERBitString publicKey
-
withCompression
boolean withCompression
-
-
-
Class org.bouncycastle.jce.provider.JCEECPublicKey extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
ecSpec
ECParameterSpec ecSpec
-
q
ECPoint q
-
withCompression
boolean withCompression
-
-
-
Class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey extends JCERSAPrivateKey implements Serializable
- serialVersionUID:
- 7834723820638524718L
-
Serialized Fields
-
crtCoefficient
BigInteger crtCoefficient
-
primeExponentP
BigInteger primeExponentP
-
primeExponentQ
BigInteger primeExponentQ
-
primeP
BigInteger primeP
-
primeQ
BigInteger primeQ
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jce.provider.JCERSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- 5110188922551353628L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.bouncycastle.jce.provider.JCERSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 2675817738516720772L
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jce.provider.JDKDSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- -4677259546958385734L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
dsaSpec
DSAParams dsaSpec
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JDKDSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 1752452449903495175L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dsaSpec
DSAParams dsaSpec
-
y
BigInteger y
-
-
Class org.bouncycastle.jce.provider.PKIXNameConstraintValidatorException extends Exception implements Serializable
-
Class org.bouncycastle.jce.provider.X509CertificateObject extends X509Certificate implements Serializable
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrier attrCarrier
-
basicConstraints
BasicConstraints basicConstraints
-
c
Certificate c
-
encoded
byte[] encoded
-
hashValue
int hashValue
-
hashValueSet
boolean hashValueSet
-
keyUsage
boolean[] keyUsage
-
-
-
-
Package org.bouncycastle.jce.spec
-
Class org.bouncycastle.jce.spec.RepeatedSecretKeySpec extends Object implements Serializable
-
Serialized Fields
-
algorithm
String algorithm
-
-
-
-
Package org.bouncycastle.operator
-
Class org.bouncycastle.operator.OperatorCreationException extends OperatorException implements Serializable
-
Class org.bouncycastle.operator.OperatorException extends Exception implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.operator.OperatorStreamException extends IOException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.operator.RuntimeOperatorException extends RuntimeException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.util
-
Class org.bouncycastle.util.StoreException extends RuntimeException implements Serializable
-
Serialized Fields
-
_e
Throwable _e
-
-
-
-
Package org.bouncycastle.util.encoders
-
Class org.bouncycastle.util.encoders.DecoderException extends IllegalStateException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.util.encoders.EncoderException extends IllegalStateException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.util.io
-
Class org.bouncycastle.util.io.StreamOverflowException extends IOException implements Serializable
-
-
Package org.bouncycastle.util.io.pem
-
Class org.bouncycastle.util.io.pem.PemGenerationException extends IOException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.x509
-
Class org.bouncycastle.x509.NoSuchStoreException extends Exception implements Serializable
-
-
Package org.conscrypt
-
Class org.conscrypt.AlertException extends RuntimeException implements Serializable
- serialVersionUID:
- -4448327177165687581L
-
Serialized Fields
-
description
byte description
-
reason
SSLException reason
-
-
Class org.conscrypt.EndOfBufferException extends IOException implements Serializable
- serialVersionUID:
- 1838636631255369519L
-
Class org.conscrypt.EndOfSourceException extends IOException implements Serializable
- serialVersionUID:
- -4673611435974054413L
-
Class org.conscrypt.JSSEProvider extends Provider implements Serializable
- serialVersionUID:
- 3075686092260669675L
-
Class org.conscrypt.OpenSSLDSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- 6524734576187424628L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.conscrypt.OpenSSLDSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 5238609500353792232L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.conscrypt.OpenSSLECPrivateKey extends Object implements Serializable
- serialVersionUID:
- -4036633595001083922L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.conscrypt.OpenSSLECPublicKey extends Object implements Serializable
- serialVersionUID:
- 3215842926808298020L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.conscrypt.OpenSSLProvider extends Provider implements Serializable
- serialVersionUID:
- 2996752495318905136L
-
Class org.conscrypt.OpenSSLRandom extends SecureRandomSpi implements Serializable
- serialVersionUID:
- 8506210602917522860L
-
Class org.conscrypt.OpenSSLRSAPrivateCrtKey extends OpenSSLRSAPrivateKey implements Serializable
- serialVersionUID:
- 3785291944868707197L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
crtCoefficient
BigInteger crtCoefficient
-
primeExponentP
BigInteger primeExponentP
-
primeExponentQ
BigInteger primeExponentQ
-
primeP
BigInteger primeP
-
primeQ
BigInteger primeQ
-
publicExponent
BigInteger publicExponent
-
-
Class org.conscrypt.OpenSSLRSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- 4872170254439578735L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.conscrypt.OpenSSLRSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 123125005824688292L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
Class org.conscrypt.OpenSSLSecretKey extends Object implements Serializable
- serialVersionUID:
- 1831053062911514589L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
encoded
byte[] encoded
-
type
int type
-
-
Class org.conscrypt.OpenSSLX509Certificate extends X509Certificate implements Serializable
-
Serialized Fields
-
mContext
long mContext
-
-
-
Class org.conscrypt.OpenSSLX509CertPath extends CertPath implements Serializable
-
Serialized Fields
-
mCertificates
List<? extends X509Certificate> mCertificates
-
-
-
Class org.conscrypt.PinEntryException extends Exception implements Serializable
-
Class org.conscrypt.X509PublicKey extends Object implements Serializable
- serialVersionUID:
- -8610156854731664298L
-
Serialized Fields
-
algorithm
String algorithm
-
encoded
byte[] encoded
-
-
-
Package org.json
-
Class org.json.JSONException extends Exception implements Serializable
-
-
Package org.robovm.rt.bro
-
Class org.robovm.rt.bro.EnumConstantMissingException extends IllegalArgumentException implements Serializable
-
Serialized Fields
-
missingValue
long missingValue
-
-
-
-
Package org.w3c.dom
-
Class org.w3c.dom.DOMException extends RuntimeException implements Serializable
-
Serialized Fields
-
code
short code
-
-
-
-
Package org.w3c.dom.ls
-
Class org.w3c.dom.ls.LSException extends RuntimeException implements Serializable
-
Serialized Fields
-
code
short code
-
-
-
-
Package org.xml.sax
-
Class org.xml.sax.SAXException extends Exception implements Serializable
-
Serialized Fields
-
exception
Exception exception
The embedded exception if tunnelling, or null.
-
-
-
Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable
-
Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable
-
Class org.xml.sax.SAXParseException extends SAXException implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
The column number, or -1.- See Also:
SAXParseException.getColumnNumber()
-
lineNumber
int lineNumber
The line number, or -1.- See Also:
SAXParseException.getLineNumber()
-
publicId
String publicId
The public identifier, or null.- See Also:
SAXParseException.getPublicId()
-
systemId
String systemId
The system identifier, or null.- See Also:
SAXParseException.getSystemId()
-
-
-
-
Package org.xmlpull.v1
-
Class org.xmlpull.v1.XmlPullParserException extends Exception implements Serializable
-
Serialized Fields
-
column
int column
-
detail
Throwable detail
-
row
int row
-
-
-
-
Package SQLite
-
Class SQLite.Exception extends Exception implements Serializable
-