Package java.lang

Class Exception

  • Direct Known Subclasses:
    CardException, IOException, RuntimeException

    public class Exception
    extends Throwable
    The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.

    This Java Card platform class's functionality is a strict subset of the definition in the JavaTM Platform Standard Edition (Java SETM) API Specification.

    • Constructor Summary

      Constructors 
      Constructor Description
      Exception()
      Constructs an Exception instance.
    • Method Summary

    • Constructor Detail

      • Exception

        public Exception()
        Constructs an Exception instance.