| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.midp.jadtool.AppDescriptorException
AppDescriptorException | public class AppDescriptorException extends Exception (Code) | | Exception for AppDescriptor errors.
|
Method Summary | |
public int | getErrorCode() Get the error code of the exception. |
KEYSTORE_NOT_INITIALIZED | final public static int KEYSTORE_NOT_INITIALIZED(Code) | | The keystore for the AppDescriptor was not initialized.
|
UNSPECIFIED_ERROR | public static int UNSPECIFIED_ERROR(Code) | | Generic default code. (0)
|
AppDescriptorException | public AppDescriptorException(int errorCode)(Code) | | Create an ApplicationDescriptorException.
Parameters: errorCode - error code of the exception |
AppDescriptorException | public AppDescriptorException(String msg)(Code) | | Create an ApplicationDescriptorException.
Parameters: msg - message of the exception |
AppDescriptorException | public AppDescriptorException(String msg, int errorCode)(Code) | | Create an ApplicationDescriptorException.
Parameters: msg - message of the exception Parameters: errorCode - error code of the exception |
getErrorCode | public int getErrorCode()(Code) | | Get the error code of the exception.
error code |
|
|
|