All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class primitives.machines.MachineException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----primitives.machines.MachineException
  -  public class MachineException
  
-  extends Exception
  
An application exception, used mainly for debugging to diffrentiate between
 exceptions intentialy thrown by this project objects and exception thrown due
 bugs.
  
  -  
	e
   -  provides indexing information.
 
  
  -  
	MachineException(int)
   -  sets the field e.
  
 -  
	MachineException(String)
   -  
 
  
e
 public int e
  -  provides indexing information.
 
  
MachineException
 public MachineException(String e)
MachineException
 public MachineException(int e)
  -  sets the field e.
  
    -  Parameters:
    
 -  e - the integer to set.
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index