|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.mpxj.MPXJException
public final class MPXJException
Standard exception type thrown by the MPXJ library.
| Field Summary | |
|---|---|
static String |
CALENDAR_ERROR
Invalid calendar error message. |
static String |
INVALID_DATE
Invalid date error message. |
static String |
INVALID_DURATION
Invalid duration error message. |
static String |
INVALID_FILE
Invalid file error message. |
static String |
INVALID_FORMAT
Invalid format error message. |
static String |
INVALID_NUMBER
Invalid number 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
Invalid time 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 Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String MAXIMUM_RECORDS
public static final String INVALID_TIME_UNIT
public static final String INVALID_TIME
public static final String INVALID_DATE
public static final String INVALID_NUMBER
public static final String INVALID_DURATION
public static final String INVALID_FILE
public static final String INVALID_RECORD
public static final String READ_ERROR
public static final String CALENDAR_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
| Constructor Detail |
|---|
public MPXJException(String message)
message - message
public MPXJException(String message,
Exception exception)
message - messageexception - original exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||