Package java.lang
Class Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AclNotFoundException
,ClassNotFoundException
,CloneNotSupportedException
,DataFormatException
,GeneralSecurityException
,IllegalAccessException
,InstantiationException
,InterruptedException
,InvocationTargetException
,IOException
,LastOwnerException
,NoSuchFieldException
,NoSuchMethodException
,NotOwnerException
,ParseException
,PrivilegedActionException
,RuntimeException
,TooManyListenersException
public class Exception extends Throwable
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
Exception
public Exception()
-
Exception
public Exception(String var0)
-
-