Java Exceptions List

Posted on November 22, 2007

59


Sometimes when I write Java code and need to throw an exception, I vaguely remember the exception’s name, but not to the exact spelling. For that, I am compiling this on-going list of exceptions to remind myself.

AWTException
AclNotFoundException
ActivationException
AlreadyBoundException
ApplicationException
ArithmeticException
ArrayIndexOutOfBoundsException
AssertionException
BackingStoreException
BadAttributeValueExpException
BadBinaryOpValueExpException
BadLocationException
BadStringOperationException
BatchUpdateException
BrokenBarrierException
CertificateException
ChangedCharSetException
CharConversionException
CharacterCodingException
ClassNotFoundException
CloneNotSupportedException
ClosedChannelException
DataFormatException
DatatypeConfigurationException
DestroyFailedException
EOFException
Exception
ExecutionException
ExpandVetoException
FileLockInterruptionException
FileNotFoundException
FishFaceException
FontFormatException
GSSException
GeneralSecurityException
IIOException
IOException
IllegalAccessException
IllegalArgumentException
IllegalClassFormatException
IllegalStateException
IndexOutOfBoundsException
InputMismatchException
InstantiationException
InterruptedException
InterruptedIOException
IntrospectionException
InvalidApplicationException
InvalidMidiDataException
InvalidPreferencesFormatException
InvalidTargetObjectTypeException
InvocationTargetException
JAXBException
JMException
KeySelectorException
LastOwnerException
LineUnavailableException
MalformedURLException
MarshalException
MidiUnavailableException
MimeTypeParseException
NamingException
NegativeArraySizeException
NoSuchElementException
NoSuchFieldException
NoSuchMethodException
NoninvertibleTransformException
NotBoundException
NotOwnerException
NullPointerException
NumberFormatException
ObjectStreamException
ParseException
ParserConfigurationException
PrintException
PrinterException
PrivilegedActionException
PropertyVetoException
ProtocolException
RefreshFailedException
RemarshalException
RemoteException
RuntimeException
SAXException
SOAPException
SQLException
SQLWarning
SSLException
ScriptException
ServerNotActiveException
SocketException
SyncFailedException
TimeoutException
TooManyListenersException
TransformException
TransformerException
URIReferenceException
URISyntaxException
UTFDataFormatException
UnknownHostException
UnknownServiceException
UnmodifiableClassException
UnsupportedAudioFileException
UnsupportedCallbackException
UnsupportedEncodingException
UnsupportedFlavorException
UnsupportedLookAndFeelException
UnsupportedOperationException
UserException
XAException
XMLParseException
XMLSignatureException
XMLStreamException
XPathException
ZipException

About these ads
Posted in: Java, Programming