public class Throwable extends Object
implements Serializable
Costruttori
Argomenti | Descrizione |
---|
... | ... | String | Messaggio |
Metodi
Nome | Argomenti | Tipo | Descrizione |
---|
| | | | getMessage | | String | ? |
printStackTrace | | | Tutto allo standard error |
public class Exception extends Throwable java.lang.Object
java.lang.Throwable
java.lang.Exception
Eredita costruttori e metodi da Throwable
Ha le sottoclassi dirette
AclNotFoundException,
ActivationException,
AlreadyBoundException,
ApplicationException,
AWTException,
BackingStoreException,
BadAttributeValueExpException,
BadBinaryOpValueExpException,
BadLocationException,
BadStringOperationException,
BrokenBarrierException,
CertificateException,
ClassNotFoundException,
CloneNotSupportedException,
DataFormatException,
DatatypeConfigurationException,
DestroyFailedException,
ExecutionException,
ExpandVetoException,
FontFormatException,
GeneralSecurityException,
GSSException,
IllegalAccessException,
IllegalClassFormatException,
InstantiationException,
InterruptedException,
IntrospectionException,
InvalidApplicationException,
InvalidMidiDataException,
InvalidPreferencesFormatException,
InvalidTargetObjectTypeException,
InvocationTargetException,
IOException,
JMException,
LastOwnerException,
LineUnavailableException,
MidiUnavailableException,
MimeTypeParseException,
NamingException,
NoninvertibleTransformException,
NoSuchFieldException,
NoSuchMethodException,
NotBoundException,
NotOwnerException,
ParseException,
ParserConfigurationException,
PrinterException,
PrintException,
PrivilegedActionException,
PropertyVetoException,
RefreshFailedException,
RemarshalException, RuntimeException,
SAXException,
ServerNotActiveException,
SQLException,
TimeoutException,
TooManyListenersException,
TransformerException,
UnmodifiableClassException,
UnsupportedAudioFileException,
UnsupportedCallbackException,
UnsupportedFlavorException,
UnsupportedLookAndFeelException,
URISyntaxException,
UserException,
XAException,
XMLParseException,
XPathException
public class RuntimeException extends Exception java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException public class ArithmeticException extends RuntimeException java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ArithmeticException
public class Error
extends Throwable java.lang.Object
java.lang.Throwable
java.lang.Error
Eredita costruttori e metodi da Throwable
Ha le sottoclassi dirette
AnnotationFormatError, AssertionError, AWTError, CoderMalfunctionError,
FactoryConfigurationError, LinkageError, ThreadDeath,
TransformerFactoryConfigurationError, VirtualMachineError
|