Serialized Form


Package javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError extends java.lang.Error implements Serializable

serialVersionUID: -827108682472263355L

Serialized Fields

exception

java.lang.Exception exception

Class javax.xml.parsers.ParserConfigurationException extends java.lang.Exception implements Serializable

serialVersionUID: -3688849216575373917L


Package org.eclipse.core.commands

Class org.eclipse.core.commands.ExecutionException extends CommandException implements Serializable

serialVersionUID: 3258130262767448120L

Class org.eclipse.core.commands.NotEnabledException extends CommandException implements Serializable

serialVersionUID: 3257572788998124596L

Class org.eclipse.core.commands.NotHandledException extends CommandException implements Serializable

serialVersionUID: 3256446914827726904L

Class org.eclipse.core.commands.ParameterValueConversionException extends CommandException implements Serializable

serialVersionUID: 4703077729505066104L

Class org.eclipse.core.commands.ParameterValuesException extends CommandException implements Serializable

serialVersionUID: 3618976793520845623L

Class org.eclipse.core.commands.SerializationException extends CommandException implements Serializable

serialVersionUID: 2691599674561684949L


Package org.eclipse.core.commands.common

Class org.eclipse.core.commands.common.CommandException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
This member variable is required here to allow us to compile against JCL foundation libraries. The value may be null.

Class org.eclipse.core.commands.common.NotDefinedException extends CommandException implements Serializable

serialVersionUID: 3257572788998124596L


Package org.eclipse.core.runtime

Class org.eclipse.core.runtime.AssertionFailedException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class org.eclipse.core.runtime.CoreException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

status

IStatus status
Status object.

Class org.eclipse.core.runtime.InvalidRegistryObjectException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class org.eclipse.core.runtime.OperationCanceledException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class org.eclipse.core.runtime.Preferences.PropertyChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

java.lang.String propertyName
The name of the changed property.


oldValue

java.lang.Object oldValue
The old value of the changed property, or null if not known or not relevant.


newValue

java.lang.Object newValue
The new value of the changed property, or null if not known or not relevant.


Package org.eclipse.core.runtime.content

Class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

context

IScopeContext context

Package org.eclipse.core.runtime.preferences

Class org.eclipse.core.runtime.preferences.IEclipsePreferences.NodeChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

child

Preferences child

Class org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

key

java.lang.String key

newValue

java.lang.Object newValue

oldValue

java.lang.Object oldValue

Package org.eclipse.ercp.swt.mobile

Class org.eclipse.ercp.swt.mobile.MobileDeviceEvent extends TypedEvent implements Serializable

Serialized Fields

type

int type
the event type.


feature

java.lang.Object feature
The instance of an Input or Screen object being added or removed when the device configuration changes. The value is null when the type value is not ADDED or REMOVED.


doit

boolean doit
Constructs a new instance of this class and associates it with the given mobile device.

See Also:
MobileDevice

Class org.eclipse.ercp.swt.mobile.ScreenEvent extends TypedEvent implements Serializable

Serialized Fields

isActive

boolean isActive
whether screen is active or not


orientation

int orientation
orientation of screen


Package org.eclipse.jface.resource

Class org.eclipse.jface.resource.DataFormatException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: 3544955467404031538L

Class org.eclipse.jface.resource.DeviceResourceException extends java.lang.Exception implements Serializable

serialVersionUID: 11454598756198L

Serialized Fields

cause

java.lang.Throwable cause

Package org.eclipse.jface.util

Class org.eclipse.jface.util.PropertyChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3256726173533811256L

Serialized Fields

propertyName

java.lang.String propertyName
The name of the changed property.


oldValue

java.lang.Object oldValue
The old value of the changed property, or null if not known or not relevant.


newValue

java.lang.Object newValue
The new value of the changed property, or null if not known or not relevant.


Package org.eclipse.jface.viewers

Class org.eclipse.jface.viewers.CheckStateChangedEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3256443603340244789L

Serialized Fields

element

java.lang.Object element
The viewer element.


state

boolean state
The checked state.

Class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

sourceEvent

java.util.EventObject sourceEvent

time

int time

eventType

int eventType

keyCode

int keyCode

character

char character

stateMask

int stateMask

cancel

boolean cancel

Class org.eclipse.jface.viewers.ColumnViewerEditorDeactivationEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Class org.eclipse.jface.viewers.DoubleClickEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3258408443605038133L

Serialized Fields

selection

ISelection selection
The selection.

Class org.eclipse.jface.viewers.LabelProviderChangedEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3258410612479309878L

Serialized Fields

elements

java.lang.Object[] elements
The elements whose labels need to be updated or null.

Class org.eclipse.jface.viewers.OpenEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3761972652973176117L

Serialized Fields

selection

ISelection selection
The selection.

Class org.eclipse.jface.viewers.SelectionChangedEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3835149545519723574L

Serialized Fields

selection

ISelection selection
The selection.

Class org.eclipse.jface.viewers.TreeExpansionEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3618414930227835185L

Serialized Fields

element

java.lang.Object element
The element that was expanded or collapsed.


Package org.eclipse.osgi.framework.internal.core

Class org.eclipse.osgi.framework.internal.core.ConditionalPermissionInfoImpl extends java.lang.Object implements Serializable

serialVersionUID: 3258130245704825139L

Serialized Fields

perms

PermissionInfo[] perms
The permissions enabled by the associated Conditions.


conds

ConditionInfo[] conds
The conditions that must be satisfied to enable the corresponding permissions.


name

java.lang.String name
The name of the ConditionalPermissionInfo


deleted

boolean deleted
When true, this object has been deleted and any information retrieved from it should be discarded.

Class org.eclipse.osgi.framework.internal.core.ConditionalPermissions extends java.security.PermissionCollection implements Serializable

serialVersionUID: 3907215965749000496L

Serialized Fields

bundle

AbstractBundle bundle

satisfiedCPIs

java.util.Vector satisfiedCPIs
This is the list of satisfiedCPIs that we are waiting to process in bulk when evaluating the satisfied permissions. Elements are of type ConditionalPermissionInfoImpl.


satisfiedCPS

ConditionalPermissionSet satisfiedCPS
This is set contains that ConditionalPermissionInfos that are satisfied and immutable.


satisfiableCPSs

java.util.Vector satisfiableCPSs
These are the CPIs that may match this CodeSource. Elements are of type ConditionalPermissionSet.


empty

boolean empty

Class org.eclipse.osgi.framework.internal.core.ConditionalPermissionSet extends org.eclipse.osgi.framework.internal.core.BundlePermissionCollection implements Serializable

serialVersionUID: 3258411750729920566L

Serialized Fields

cpis

ConditionalPermissionInfoImpl[] cpis

cachedPermissionCollections

java.util.HashMap cachedPermissionCollections

hasAllPermission

boolean hasAllPermission

bundle

AbstractBundle bundle

neededConditions

Condition[] neededConditions
These are conditions that need to be satisfied in order to enable the permissions. If the array is empty, no conditions need to be satisfied. If neededCondititions is null,


Package org.eclipse.osgi.service.pluginconversion

Class org.eclipse.osgi.service.pluginconversion.PluginConversionException extends java.lang.Exception implements Serializable

serialVersionUID: 3258130258472284472L


Package org.eclipse.swt

Class org.eclipse.swt.SWTError extends java.lang.Error implements Serializable

serialVersionUID: 3833467327105808433L

Serialized Fields

code

int code
The SWT error code, one of SWT.ERROR_*.


throwable

java.lang.Throwable throwable
The underlying throwable that caused the problem, or null if this information is not available.

Class org.eclipse.swt.SWTException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3257282552304842547L

Serialized Fields

code

int code
The SWT error code, one of SWT.ERROR_*.


throwable

java.lang.Throwable throwable
The underlying throwable that caused the problem, or null if this information is not available.


Package org.eclipse.swt.browser

Class org.eclipse.swt.browser.LocationEvent extends TypedEvent implements Serializable

serialVersionUID: 3906644198244299574L

Serialized Fields

location

java.lang.String location
current location


top

boolean top
A flag indicating whether the location opens in the top frame or not.


doit

boolean doit
A flag indicating whether the location loading should be allowed. Setting this field to false will cancel the operation.

Class org.eclipse.swt.browser.ProgressEvent extends TypedEvent implements Serializable

serialVersionUID: 3977018427045393972L

Serialized Fields

current

int current
current value


total

int total
total value

Class org.eclipse.swt.browser.StatusTextEvent extends TypedEvent implements Serializable

serialVersionUID: 3258407348371600439L

Serialized Fields

text

java.lang.String text
status text

Class org.eclipse.swt.browser.TitleEvent extends TypedEvent implements Serializable

serialVersionUID: 4121132532906340919L

Serialized Fields

title

java.lang.String title
the title of the current document

Class org.eclipse.swt.browser.WindowEvent extends TypedEvent implements Serializable

serialVersionUID: 3617851997387174969L

Serialized Fields

required

boolean required

browser

Browser browser

location

Point location

size

Point size

addressBar

boolean addressBar

menuBar

boolean menuBar

statusBar

boolean statusBar

toolBar

boolean toolBar

Package org.eclipse.swt.dnd

Class org.eclipse.swt.dnd.DragSourceEvent extends TypedEvent implements Serializable

serialVersionUID: 3257002142513770808L

Serialized Fields

detail

int detail

doit

boolean doit

x

int x

y

int y

dataType

TransferData dataType

image

Image image

Class org.eclipse.swt.dnd.DropTargetEvent extends TypedEvent implements Serializable

serialVersionUID: 3256727264573338678L

Serialized Fields

x

int x

y

int y

detail

int detail

operations

int operations

feedback

int feedback

item

Widget item

currentDataType

TransferData currentDataType

dataTypes

TransferData[] dataTypes

Package org.eclipse.swt.events

Class org.eclipse.swt.events.ArmEvent extends TypedEvent implements Serializable

serialVersionUID: 3258126964249212217L

Class org.eclipse.swt.events.ControlEvent extends TypedEvent implements Serializable

serialVersionUID: 3258132436155119161L

Class org.eclipse.swt.events.DisposeEvent extends TypedEvent implements Serializable

serialVersionUID: 3257566187633521206L

Class org.eclipse.swt.events.DragDetectEvent extends MouseEvent implements Serializable

serialVersionUID: -7229172519733647232L

Class org.eclipse.swt.events.ExpandEvent extends SelectionEvent implements Serializable

serialVersionUID: 3976735856884987356L

Class org.eclipse.swt.events.FocusEvent extends TypedEvent implements Serializable

serialVersionUID: 3258134643684227381L

Class org.eclipse.swt.events.HelpEvent extends TypedEvent implements Serializable

serialVersionUID: 3257001038606251315L

Class org.eclipse.swt.events.KeyEvent extends TypedEvent implements Serializable

serialVersionUID: 3256442491011412789L

Serialized Fields

character

char character
the character represented by the key that was typed. This is the final character that results after all modifiers have been applied. For example, when the user types Ctrl+A, the character value is 0x01. It is important that applications do not attempt to modify the character value based on a stateMask (such as SWT.CTRL) or the resulting character will not be correct.


keyCode

int keyCode
the key code of the key that was typed, as defined by the key code constants in class SWT. When the character field of the event is ambiguous, this field contains the unicode value of the original character. For example, typing Ctrl+M or Return both result in the character '\r' but the keyCode field will also contain '\r' when Return was typed.

See Also:
SWT

stateMask

int stateMask
the state of the keyboard modifier keys at the time the event was generated


doit

boolean doit
A flag indicating whether the operation should be allowed. Setting this field to false will cancel the operation.

Class org.eclipse.swt.events.MenuDetectEvent extends TypedEvent implements Serializable

serialVersionUID: -3061660596590828941L

Serialized Fields

x

int x

y

int y

doit

boolean doit

Class org.eclipse.swt.events.MenuEvent extends TypedEvent implements Serializable

serialVersionUID: 3258132440332383025L

Class org.eclipse.swt.events.ModifyEvent extends TypedEvent implements Serializable

serialVersionUID: 3258129146227011891L

Class org.eclipse.swt.events.MouseEvent extends TypedEvent implements Serializable

serialVersionUID: 3257288037011566898L

Serialized Fields

button

int button
the button that was pressed or released; 1 for the first button, 2 for the second button, and 3 for the third button, etc.


stateMask

int stateMask
the state of the keyboard modifier keys at the time the event was generated


x

int x
the widget-relative, x coordinate of the pointer at the time the mouse button was pressed or released


y

int y
the widget-relative, y coordinate of the pointer at the time the mouse button was pressed or released

Class org.eclipse.swt.events.PaintEvent extends TypedEvent implements Serializable

serialVersionUID: 3256446919205992497L

Serialized Fields

gc

GC gc
the graphics context to use when painting that is configured to use the colors, font and damaged region of the control. It is valid only during the paint and must not be disposed


x

int x
the x offset of the bounding rectangle of the region that requires painting


y

int y
the y offset of the bounding rectangle of the region that requires painting


width

int width
the width of the bounding rectangle of the region that requires painting


height

int height
the height of the bounding rectangle of the region that requires painting


count

int count
the number of following paint events which are pending which may always be zero on some platforms

Class org.eclipse.swt.events.SelectionEvent extends TypedEvent implements Serializable

serialVersionUID: 3976735856884987953L

Serialized Fields

item

Widget item
The item that was selected.


detail

int detail
Extra detail information about the selection, depending on the widget.

Sash

ScrollBar and Slider

Table and Tree

CoolItem and ToolItem


x

int x
The x location of the selected area.


y

int y
The y location of selected area.


width

int width
The width of selected area.


height

int height
The height of selected area.


stateMask

int stateMask
The state of the keyboard modifier keys at the time the event was generated.


doit

boolean doit
A flag indicating whether the operation should be allowed. Setting this field to false will cancel the operation, depending on the widget.

Class org.eclipse.swt.events.ShellEvent extends TypedEvent implements Serializable

serialVersionUID: 3257569490479888441L

Serialized Fields

doit

boolean doit
A flag indicating whether the operation should be allowed. Setting this field to false will cancel the operation.

Class org.eclipse.swt.events.TraverseEvent extends KeyEvent implements Serializable

serialVersionUID: 3257565105301239349L

Serialized Fields

detail

int detail
The traversal type.

Setting this field will change the type of traversal. For example, setting the detail to TRAVERSE_NONE causes no traversal action to be taken. When used in conjuction with the doit field, the traversal detail field can be useful when overriding the default traversal mechanism for a control. For example, setting the doit field to false will cancel the operation and allow the traversal key stroke to be delivered to the control. Setting the doit field to true indicates that the traversal described by the detail field is to be performed.

Class org.eclipse.swt.events.TreeEvent extends SelectionEvent implements Serializable

serialVersionUID: 3257282548009677109L

Class org.eclipse.swt.events.TypedEvent extends org.eclipse.swt.internal.SWTEventObject implements Serializable

serialVersionUID: 3257285846578377524L

Serialized Fields

display

Display display
the display where the event occurred

Since:
2.0

widget

Widget widget
the widget that issued the event


time

int time
the time that the event occurred. NOTE: This field is an unsigned integer and should be AND'ed with 0xFFFFFFFFL so that it can be treated as a signed long.


data

java.lang.Object data
a field for application use

Class org.eclipse.swt.events.VerifyEvent extends KeyEvent implements Serializable

serialVersionUID: 3257003246269577014L

Serialized Fields

start

int start
the range of text being modified. Setting these fields has no effect.


end

int end
the range of text being modified. Setting these fields has no effect.


text

java.lang.String text
the new text that will be inserted. Setting this field will change the text that is about to be inserted or deleted.


Package org.eclipse.swt.graphics

Class org.eclipse.swt.graphics.ImageLoaderEvent extends org.eclipse.swt.internal.SWTEventObject implements Serializable

serialVersionUID: 3257284738325558065L

Serialized Fields

imageData

ImageData imageData

incrementCount

int incrementCount

endOfImage

boolean endOfImage

Class org.eclipse.swt.graphics.Point extends java.lang.Object implements Serializable

serialVersionUID: 3257002163938146354L

Serialized Fields

x

int x
the x coordinate of the point


y

int y
the y coordinate of the point

Class org.eclipse.swt.graphics.Rectangle extends java.lang.Object implements Serializable

serialVersionUID: 3256439218279428914L

Serialized Fields

x

int x
the x coordinate of the rectangle


y

int y
the y coordinate of the rectangle


width

int width
the width of the rectangle


height

int height
the height of the rectangle

Class org.eclipse.swt.graphics.RGB extends java.lang.Object implements Serializable

serialVersionUID: 3258415023461249074L

Serialized Fields

red

int red
the red component of the RGB


green

int green
the green component of the RGB


blue

int blue
the blue component of the RGB


Package org.eclipse.ui

Class org.eclipse.ui.PartInitException extends WorkbenchException implements Serializable

serialVersionUID: 3257284721296684850L

Class org.eclipse.ui.SaveablesLifecycleEvent extends java.util.EventObject implements Serializable

serialVersionUID: -3530773637989046452L

Serialized Fields

eventType

int eventType

saveables

org.eclipse.ui.Saveable[] saveables

force

boolean force

veto

boolean veto

Class org.eclipse.ui.WorkbenchException extends CoreException implements Serializable

serialVersionUID: 3258125864872129078L


Package org.eclipse.ui.commands

Class org.eclipse.ui.commands.CommandException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.eclipse.ui.commands.ExecutionException extends org.eclipse.ui.commands.CommandException implements Serializable

serialVersionUID: 3258130262767448120L

Class org.eclipse.ui.commands.NotDefinedException extends org.eclipse.ui.commands.CommandException implements Serializable

serialVersionUID: 3257572788998124596L

Class org.eclipse.ui.commands.NotHandledException extends org.eclipse.ui.commands.CommandException implements Serializable

serialVersionUID: 3256446914827726904L


Package org.eclipse.update.core.model

Class org.eclipse.update.core.model.InstallAbortedException extends CoreException implements Serializable

serialVersionUID: 1L

Class org.eclipse.update.core.model.InvalidSiteTypeException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

newSiteType

java.lang.String newSiteType

Package org.osgi.framework

Class org.osgi.framework.AdminPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: 207051004521261705L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
readObject is called to restore the state of this permission from a stream.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

wildcard

boolean wildcard
Indicates that this AdminPermission refers to all bundles

 

filter

java.lang.String filter
An x.500 distinguished name used to match a bundle's signature - only used if wildcard is false and bundle = null

 

actions

java.lang.String actions
The actions in canonical form.

 

Class org.osgi.framework.BundleEvent extends java.util.EventObject implements Serializable

serialVersionUID: 4080640865971756012L

Serialized Fields

bundle

Bundle bundle
Bundle that had a change occur in its lifecycle.


type

int type
Type of bundle lifecycle change.

Class org.osgi.framework.BundleException extends java.lang.Exception implements Serializable

serialVersionUID: 3571095144220455665L

Serialized Fields

cause

java.lang.Throwable cause
Nested exception.

Class org.osgi.framework.BundlePermission extends java.security.BasicPermission implements Serializable

serialVersionUID: 3257846601685873716L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
readObject is called to restore the state of the BundlePermission from a stream.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
WriteObject is called to save the state of the BundlePermission object to a stream. The actions are serialized, and the superclass takes care of the name.

Throws:
java.io.IOException
Serialized Fields

actions

java.lang.String actions
The actions in canonical form.

 

Class org.osgi.framework.FrameworkEvent extends java.util.EventObject implements Serializable

serialVersionUID: 207051004521261705L

Serialized Fields

bundle

Bundle bundle
Bundle related to the event.


throwable

java.lang.Throwable throwable
Exception related to the event.


type

int type
Type of event.

Class org.osgi.framework.InvalidSyntaxException extends java.lang.Exception implements Serializable

serialVersionUID: -4295194420816491875L

Serialized Fields

filter

java.lang.String filter
The invalid filter string.


cause

java.lang.Throwable cause
Nested exception.

Class org.osgi.framework.PackagePermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -5107705877071099135L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
readObject is called to restore the state of this permission from a stream.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.

Throws:
java.io.IOException
Serialized Fields

actions

java.lang.String actions
The actions in canonical form.

 

Class org.osgi.framework.ServiceEvent extends java.util.EventObject implements Serializable

serialVersionUID: 8792901483909409299L

Serialized Fields

reference

ServiceReference reference
Reference to the service that had a change occur in its lifecycle.


type

int type
Type of service lifecycle change.

Class org.osgi.framework.ServicePermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -7662148639076511574L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
readObject is called to restore the state of this permission from a stream.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
WriteObject is called to save the state of this permission to a stream. The actions are serialized, and the superclass takes care of the name.

Throws:
java.io.IOException
Serialized Fields

actions

java.lang.String actions
The actions in canonical form.

 

Package org.osgi.service.prefs

Class org.osgi.service.prefs.BackingStoreException extends java.lang.Exception implements Serializable

serialVersionUID: -1415637364122829574L

Serialized Fields

cause

java.lang.Throwable cause
Nested exception.


Package org.w3c.dom

Class org.w3c.dom.DOMException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code

Package org.xml.sax

Class org.xml.sax.SAXException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.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

publicId

java.lang.String publicId
The public identifier, or null.
See Also:
SAXParseException.getPublicId()

systemId

java.lang.String systemId
The system identifier, or null.
See Also:
SAXParseException.getSystemId()

lineNumber

int lineNumber
The line number, or -1.
See Also:
SAXParseException.getLineNumber()

columnNumber

int columnNumber
The column number, or -1.
See Also:
SAXParseException.getColumnNumber()