|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.exception.MessageSeverityCode
public class MessageSeverityCode
Defines known Perforce error severity codes. These are basically self-explanatory, and are usually made available through the RequestException class. Not all such exceptions contain meaningful severity codes, so always treat E_EMPTY as meaning "not set" rather than "not a severe error" (or whatever).
Field Summary | |
---|---|
static int |
E_EMPTY
No severity code has been set. |
static int |
E_FAILED
A failure caused by user error (a "normal" error). |
static int |
E_FATAL
A fatal error caused by a problem in the Perforce system; this almost always means nothing else will work properly from this point on, and you should abandon further processing. |
static int |
E_INFO
Information only -- not an error in the traditional sense. |
static int |
E_WARN
A warning message -- probably worth investigating, but not an actual error. |
Constructor Summary | |
---|---|
MessageSeverityCode()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int E_EMPTY
public static final int E_INFO
public static final int E_WARN
public static final int E_FAILED
public static final int E_FATAL
Constructor Detail |
---|
public MessageSeverityCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |