Site Tools


Sidebar

Smart Card Solution

User Manual

JavaCard API Samples

Java Card Specification

Knowledge Sharing

javacard:java-card-api:throwable

java.lang

Class Throwable

Direct Known Subclasses: Exception


public class Throwableextends Object

The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language. Only objects that are instances of this class (or of one of its subclasses) are thrown by the Java Card Virtual Machine or can be thrown by the Java programming language throw statement. Similarly, only this class or one of its subclasses can be the argument type in a catch clause. This Java Card platform class's functionality is a strict subset of the definition in the JavaTM 2 Platform Standard Edition (J2SETM) API Specification.


Constructor Summary
Throwable ()          Constructs a new Throwable.

 

Method Summary

 

Methods inherited from class java.lang.Object
equals

 

Constructor Detail

Throwable

public Throwable()

Constructs a new Throwable.

javacard/java-card-api/throwable.txt · Last modified: 2017/05/13 04:05 (external edit)