public final class MPXJException extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
INVALID_FILE
Invalid file error message.
|
static String |
INVALID_FORMAT
Invalid format error message.
|
static String |
INVALID_OUTLINE
Invalid outline error message.
|
static String |
INVALID_RECORD
Invalid record error message.
|
static String |
INVALID_RESOURCE_FIELD_NAME
Invalid resource field name error message.
|
static String |
INVALID_TASK_FIELD_NAME
Invalid task field name error message.
|
static String |
INVALID_TIME_UNIT
Invalid time unit error message.
|
static String |
MAXIMUM_RECORDS
Maximum records error message.
|
static String |
PASSWORD_PROTECTED
Password protected file error message.
|
static String |
PASSWORD_PROTECTED_ENTER_PASSWORD
Password protected file error message.
|
static String |
READ_ERROR
Read error message.
|
Constructor and Description |
---|
MPXJException(String message)
Constructor allowing a message to be added to this exception.
|
MPXJException(String message,
Exception exception)
Constructor for an exception containing a message and an embedded
exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String MAXIMUM_RECORDS
public static final String INVALID_TIME_UNIT
public static final String INVALID_FILE
public static final String INVALID_RECORD
public static final String READ_ERROR
public static final String INVALID_OUTLINE
public static final String INVALID_FORMAT
public static final String INVALID_TASK_FIELD_NAME
public static final String INVALID_RESOURCE_FIELD_NAME
public static final String PASSWORD_PROTECTED
public static final String PASSWORD_PROTECTED_ENTER_PASSWORD
public MPXJException(String message)
message
- messageCopyright © 2000–2024 Packwood Software. All rights reserved.