mapss.dif.mdsdf.sched
Class MDScheduleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by mapss.dif.mdsdf.sched.MDScheduleException
All Implemented Interfaces:
java.io.Serializable

public class MDScheduleException
extends java.lang.RuntimeException

The runtime exception class for multi-dimensional dataflow scheduling. It is a runtime exception class extends from java.lang.RuntimeException. There should be a DIFScheduleException class such that this class can extend from it.

Version:
$Id: MDScheduleException.java 1687 2007-05-08 01:38:09Z jerryhsu $
Author:
Chia-Jui Hsu
See Also:
Serialized Form

Constructor Summary
MDScheduleException()
          The default constructor without arguments.
MDScheduleException(java.lang.String message)
          Constructor with a text description as argument.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MDScheduleException

public MDScheduleException()
The default constructor without arguments.


MDScheduleException

public MDScheduleException(java.lang.String message)
Constructor with a text description as argument.

Parameters:
message - The text description of the exception.