|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.util.checker.CheckingResult
public class CheckingResult
This class contains results of behavior checking.
Field Summary | |
---|---|
static int |
ARCHITECTURE_ERROR
|
static int |
BADACTIVITY
|
int |
code
Code of the message |
static int |
COMPOSITIONERROR
|
static int |
ILLEGALACCESSEXCEPTION_ERROR
|
static int |
INSTANTIATION_ERROR
|
static int |
INTERNAL_ERROR
|
static int |
IO_ERROR
|
java.lang.String |
message
Message of the result |
static int |
NOACTIVITY
|
static int |
NONDETERMINISTIC_CONSENT
|
static int |
OK
|
static int |
PARSE_ERROR
|
Constructor Summary | |
---|---|
CheckingResult(int code,
java.lang.String message)
Creates a new instance of CheckingResult |
Method Summary | |
---|---|
java.lang.String |
toString()
Retursn a string representation of the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int code
public java.lang.String message
public static final int OK
public static final int PARSE_ERROR
public static final int ARCHITECTURE_ERROR
public static final int IO_ERROR
public static final int BADACTIVITY
public static final int NOACTIVITY
public static final int NONDETERMINISTIC_CONSENT
public static final int COMPOSITIONERROR
public static final int INTERNAL_ERROR
public static final int INSTANTIATION_ERROR
public static final int ILLEGALACCESSEXCEPTION_ERROR
Constructor Detail |
---|
public CheckingResult(int code, java.lang.String message)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |