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.


Variable Index

 o e
provides indexing information.

Constructor Index

 o MachineException(int)
sets the field e.
 o MachineException(String)

Variables

 o e
 public int e
provides indexing information.

Constructors

 o MachineException
 public MachineException(String e)
 o MachineException
 public MachineException(int e)
sets the field e.

Parameters:
e - the integer to set.

All Packages  Class Hierarchy  This Package  Previous  Next  Index