|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javacard.framework.CardRuntimeException
javacard.framework.SystemException
com.sun.javacard.javax.smartcard.rmiclient.SystemExceptionSubclass
public class SystemExceptionSubclass
This exception class represents a card subclass of SystemException.
SystemException represents a JCSystem class related exception.
| Field Summary |
|---|
| Fields inherited from class javacard.framework.SystemException |
|---|
ILLEGAL_AID, ILLEGAL_TRANSIENT, ILLEGAL_USE, ILLEGAL_VALUE, NO_RESOURCE, NO_TRANSIENT_SPACE |
| Constructor Summary | |
|---|---|
SystemExceptionSubclass(java.lang.String msg,
short reason)
Constructs an SystemExceptionSubclass with the specified reason and specified error message. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the error message string of this throwable object. |
| Methods inherited from class javacard.framework.SystemException |
|---|
throwIt |
| Methods inherited from class javacard.framework.CardRuntimeException |
|---|
getReason, setReason |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SystemExceptionSubclass(java.lang.String msg,
short reason)
msg - the associated message stringreason - the reason for the exception.| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||