Last active
January 20, 2024 19:54
-
-
Save ambidexterich/eb20361439830f82460da300f87ed564 to your computer and use it in GitHub Desktop.
Java Exception List - https://bitbucket.org/htv2013/java-exception-list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AclNotFoundException | |
ActivationException | |
AlreadyBoundException | |
ApplicationException | |
ArithmeticException | |
ArrayIndexOutOfBoundsException | |
AssertionException | |
AWTException | |
BackingStoreException | |
BadAttributeValueExpException | |
BadBinaryOpValueExpException | |
BadLocationException | |
BadStringOperationException | |
BatchUpdateException | |
BrokenBarrierException | |
CertificateException | |
ChangedCharSetException | |
CharacterCodingException | |
CharConversionException | |
ClassCastException | |
ClassNotFoundException | |
CloneNotSupportedException | |
ClosedChannelException | |
ConcurrentModificationException | |
DataFormatException | |
DatatypeConfigurationException | |
DestroyFailedException | |
EmptyStackException | |
EOFException | |
Exception | |
ExecutionException | |
ExpandVetoException | |
FileLockInterruptionException | |
FileNotFoundException | |
FishFaceException | |
FontFormatException | |
GeneralSecurityException | |
GSSException | |
HeadlessException | |
IIOException | |
IllegalAccessException | |
IllegalArgumentException | |
IllegalClassFormatException | |
IllegalStateException | |
IndexOutOfBoundsException | |
InputMismatchException | |
InstantiationException | |
InterruptedException | |
InterruptedIOException | |
IntrospectionException | |
InvalidApplicationException | |
InvalidMidiDataException | |
InvalidPreferencesFormatException | |
InvalidTargetObjectTypeException | |
InvocationTargetException | |
IOException | |
JAXBException | |
JMException | |
KeySelectorException | |
LastOwnerException | |
LineUnavailableException | |
MalformedURLException | |
MarshalException | |
MidiUnavailableException | |
MimeTypeParseException | |
NamingException | |
NegativeArraySizeException | |
NoninvertibleTransformException | |
NoSuchElementException | |
NoSuchFieldException | |
NoSuchMethodException | |
NotBoundException | |
NotOwnerException | |
NullPointerException | |
NumberFormatException | |
ObjectStreamException | |
ParseException | |
ParserConfigurationException | |
PrinterException | |
PrintException | |
PrivilegedActionException | |
PropertyVetoException | |
ProtocolException | |
ReadOnlyBufferException | |
ReadOnlyFileSystemException | |
RefreshFailedException | |
RemarshalException | |
RemoteException | |
RuntimeException | |
SAXException | |
ScriptException | |
ServerNotActiveException | |
SOAPException | |
SocketException | |
SQLException | |
SQLWarning | |
SSLException | |
SyncFailedException | |
TimeoutException | |
TooManyListenersException | |
TransformerException | |
TransformException | |
UnknownHostException | |
UnknownServiceException | |
UnmodifiableClassException | |
UnsupportedAudioFileException | |
UnsupportedCallbackException | |
UnsupportedEncodingException | |
UnsupportedFlavorException | |
UnsupportedLookAndFeelException | |
UnsupportedOperationException | |
URIReferenceException | |
URISyntaxException | |
UserException | |
UTFDataFormatException | |
XAException | |
XMLParseException | |
XMLSignatureException | |
XMLStreamException | |
XPathException | |
ZipException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment