com.voytechs.jnetstream.npl
Class ExpInternalException

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

public class ExpInternalException
extends ExpException

Exception used to handle all internall code errors such illegal cardinality or unknow token types. This should not happen and is a INTERNAL bug thus is assigned its own class of exceptions.

See Also:
Serialized Form

Constructor Summary
ExpInternalException(java.lang.String msg)
           
 
Method Summary
static void main(java.lang.String[] args)
          Test function for ExpInternalException
 
Methods inherited from class com.voytechs.jnetstream.npl.ExpException
toString
 
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
 

Constructor Detail

ExpInternalException

public ExpInternalException(java.lang.String msg)
Parameters:
-
Throws:
Method Detail

main

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

Parameters:
args - command line arguments