|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mapss.dif.mdsdf.sched.MDScheduleException
public class MDScheduleException
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.
| 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 |
|---|
public MDScheduleException()
public MDScheduleException(java.lang.String message)
message - The text description of the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||