|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.voytechs.jnetstream.npl.NodeException
com.voytechs.jnetstream.npl.AssertFailure
public class AssertFailure
| Field Summary | |
|---|---|
static int |
GLOBAL
|
static int |
LOCAL
|
| Constructor Summary | |
|---|---|
AssertFailure()
|
|
AssertFailure(int abortType)
|
|
| Method Summary | |
|---|---|
int |
getType()
Returns the type of abort that should be done. |
static void |
main(java.lang.String[] args)
Test function for AssertFailure |
java.lang.String |
toString()
To string. |
| Methods inherited from class com.voytechs.jnetstream.npl.NodeException |
|---|
getFilename, getLineNumber, getToken |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int LOCAL
public static final int GLOBAL
| Constructor Detail |
|---|
public AssertFailure()
-
public AssertFailure(int abortType)
-
| Method Detail |
|---|
public int getType()
public java.lang.String toString()
toString in class NodeExceptionpublic static void main(java.lang.String[] args)
args - command line arguments
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||