java.lang
Class Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
Direct Known Subclasses:
AudioException, CertificateEncodingException, CertificateException, CipherException, ClassNotFoundException, CloneNotSupportedException, DateParseException, DSAKeyException, GeneralSecurityException, IllegalAccessException, InstantiationException, InterruptedException, InvocationTargetException, IOException, MediaException, MIDletStateChangeException, NoSuchFieldException, NoSuchMethodException, ParseException, RecordStoreException, RSAKeyException, RuntimeException, SettingsDBException, TimeoutController.TimeoutException, TooManyListenersException, URISyntaxException, XmlPullParserException


public class Exception
extends Throwable

Standard exception class, as specified by the standard Java API.

Compliance: CLDC: 1.0 complete

Compliance: J2SE: 1.4 incomplete


Constructor Summary
Exception()
           
Exception(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Exception

public Exception()

Exception

public Exception(String message)