exception
2017-05-22 16:41:00
M&W SmartCard
41
java.lang
Class Exception
Direct Known Subclasses: CardException , IOException , RuntimeException
public class Exceptionextends 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 2 Platform Standard Edition (J2SETM)APISpecification.
Constructor Summary | |
---|---|
Exception () Constructs an Exception instance. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals |
Constructor Detail |
---|
Exception
public Exception()
Constructs an Exception instance.