Properly name Monitor Panel thread
[jpcrr.git] / exceptiondefs / exceptions.def
blob8b3ac6f83b37e73def1027c814cfffa08586a120
1 java.lang.annotation.AnnotationTypeMismatchException Annotation type has changed
2 java.lang.ArithmeticException Arithmetic error
3 java.lang.ArrayStoreException Attempt to store object of wrong type to array
4 java.nio.BufferOverflowException Buffer overrun
5 java.nio.BufferUnderflowException Buffer underrun
6 javax.swing.undo.CannotRedoException Can not redo edit
7 javax.swing.undo.CannotUndoException Can not undo edit
8 java.lang.ClassCastException Object not castable to type
9 java.awt.color.CMMException Native CMM error
10 java.util.ConcurrentModificationException Cocurrent modification not allowed
11 javax.xml.bind.DataBindingException JAXB failure
12 org.w3c.dom.DOMException DOM operation is not possible
13 java.util.EmptyStackException Trying to pop empty stack
14 java.lang.EnumConstantNotPresentException No such enumerated constant
15 org.w3c.dom.events.EventException DOM Event exception
16 java.lang.IllegalArgumentException Illegal arguement
17 java.nio.charset.IllegalCharsetNameException Invalid character set name
18 java.util.IllegalFormatException Invalid format string
19 java.util.DuplicateFormatFlagsException Duplicate format flags
20 java.util.FormatFlagsConversionMismatchException Invalid flag for conversion
21 java.util.IllegalFormatCodePointException Invalid codepoint in format string
22 java.util.IllegalFormatConversionException Invalid conversion for type
23 java.util.IllegalFormatFlagsException Invalid combination of format flags
24 java.util.IllegalFormatPrecisionException Invalid precision in format string
25 java.util.IllegalFormatWidthException Invalid width in format string
26 java.util.MissingFormatArgumentException Format refers to nonexistent arguement
27 java.util.MissingFormatWidthException Width required in format string
28 java.util.UnknownFormatConversionException Unknown conversion in format string
29 java.util.UnknownFormatFlagsException Unknown flag in format string
30 java.nio.channels.IllegalSelectorException Invalid selector for channel
31 java.lang.IllegalThreadStateException Thread not in valid state for operation
32 javax.management.openmbean.InvalidKeyException Item key not valid
33 javax.management.openmbean.InvalidOpenTypeException Unexpected type of item
34 java.security.InvalidParameterException Invalid parameter for operation
35 javax.management.openmbean.KeyAlreadyExistsException Item key already exists
36 java.lang.NumberFormatException Invalid number
37 java.util.regex.PatternSyntaxException Regex syntax error
38 java.nio.channels.UnresolvedAddressException Unresolved network address
39 java.nio.channels.UnsupportedAddressTypeException Unsupported address type
40 java.nio.charset.UnsupportedCharsetException Unsupported character set
41 java.lang.IllegalMonitorStateException Operation requires owning monitor
42 java.awt.geom.IllegalPathStateException Invalid path for operation
43 java.lang.IllegalStateException Object in invalid state for operation
44 java.nio.channels.AlreadyConnectedException Attempted to connect already connected socket
45 java.util.concurrent.CancellationException Task canceled
46 java.nio.channels.CancelledKeyException Selection key no longer valid
47 java.nio.channels.ClosedSelectorException Attempt to use closed selector
48 java.nio.channels.ConnectionPendingException Connect already in progress
49 java.util.FormatterClosedException Formatter already closed
50 java.nio.channels.IllegalBlockingModeException Invalid blocking mode for channel
51 java.awt.IllegalComponentStateException Component in invalid state for operation
52 java.awt.dnd.InvalidDnDOperationException DnD in invalid state for operation
53 java.nio.InvalidMarkException No mark defined for buffer
54 java.nio.channels.NoConnectionPendingException No connection in progress
55 java.nio.channels.NonReadableChannelException Channel not open for reading
56 java.nio.channels.NonWritableChannelException Channel not open for writing
57 java.nio.channels.NotYetBoundException Socket not yet bound
58 java.nio.channels.NotYetConnectedException Socket not yet connected
59 java.nio.channels.OverlappingFileLockException File region already locked
60 java.awt.image.ImagingOpException ImageOp/RasterOp can't process image
61 java.lang.annotation.IncompleteAnnotationException Incomplete annotation
62 java.lang.IndexOutOfBoundsException Index out of bounds
63 java.lang.ArrayIndexOutOfBoundsException Array index out of bounds
64 java.lang.StringIndexOutOfBoundsException String index out of bounds
65 javax.management.JMRuntimeException JMX runtime exception
66 javax.management.monitor.MonitorSettingException Monitor setting has become invalid
67 javax.management.RuntimeErrorException JVM error caught
68 javax.management.RuntimeMBeanException MBean agent method runtime error
69 javax.management.RuntimeOperationsException MBean operations runtime error
70 org.w3c.dom.ls.LSException Write with DOM processing stopped
71 java.lang.reflect.MalformedParameterizedTypeException Malformed parametrized type
72 javax.lang.model.type.MirroredTypeException Attempted to access typemirror object
73 javax.lang.model.type.MirroredTypesException Attempted to access sequece of typemirror objects
74 java.util.MissingResourceException Resource missing
75 java.lang.NegativeArraySizeException Negative array size invalid
76 java.util.NoSuchElementException No more elements in enumeration
77 java.util.InputMismatchException Invalid scanner token
78 javax.xml.crypto.NoSuchMechanismException XML mechanizm not available
79 java.lang.NullPointerException Attempted to access null pointer
80 java.awt.color.ProfileDataException ICC_Profile object access error
81 java.security.ProviderException Error in security provoder
82 java.awt.image.RasterFormatException Raster format layout invalid
83 java.util.concurrent.RejectedExecutionException Task can't be executed
84 java.lang.SecurityException JVM security policy violation
85 java.security.AccessControlException Access denied by JVM policy
86 org.omg.CORBA.SystemException CORBA system exception
87 javax.xml.bind.TypeConstraintException Type constraint violation
88 java.lang.TypeNotPresentException Type not found
89 java.lang.reflect.UndeclaredThrowableException Undeclared throwable thrown
90 javax.lang.model.element.UnknownElementException Unknown element encountered
91 javax.lang.model.type.UnknownTypeException Unknown element type encountered
92 javax.print.attribute.UnmodifiableSetException Read only set
93 java.lang.UnsupportedOperationException Operation unsupported
94 java.awt.HeadlessException No graphical display available
95 java.nio.ReadOnlyBufferException Read only buffer
96 javax.xml.ws.WebServiceException Web service error
97 javax.xml.ws.ProtocolException Web service protocol error
98 javax.xml.ws.http.HTTPException HTTP fault
99 javax.xml.ws.soap.SOAPFaultException SOAP fault
100 java.lang.RuntimeException Other runtime exception
101 java.lang.Error JVM Error