mmp.engine
Class RuntimeErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by mmp.engine.RuntimeErrorException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeErrorException
extends java.lang.Exception

Exception for runtime errors during execution of the mmp engine.

List of error numbers of runtime error exceptions

Author:
Burkhardt Renz

Constructor Summary
RuntimeErrorException(int errorNumber, java.lang.String message)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeErrorException

public RuntimeErrorException(int errorNumber,
                             java.lang.String message)
Constructor.

Parameters:
errorNumber - to specify type of runtime error
message - to give details on runtime error