com.voytechs.jnetstream.npl
Class AssertFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.voytechs.jnetstream.npl.NodeException
              extended by com.voytechs.jnetstream.npl.AssertFailure
All Implemented Interfaces:
java.io.Serializable

public class AssertFailure
extends NodeException

See Also:
Serialized Form

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

LOCAL

public static final int LOCAL
See Also:
Constant Field Values

GLOBAL

public static final int GLOBAL
See Also:
Constant Field Values
Constructor Detail

AssertFailure

public AssertFailure()
Parameters:
-
Throws:

AssertFailure

public AssertFailure(int abortType)
Parameters:
-
Throws:
Method Detail

getType

public int getType()
Returns the type of abort that should be done.


toString

public java.lang.String toString()
To string.

Overrides:
toString in class NodeException

main

public static void main(java.lang.String[] args)
Test function for AssertFailure

Parameters:
args - command line arguments