|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ptolemy.kernel.util.KernelRuntimeException
ptolemy.kernel.util.InvalidStateException
ptolemy.actor.sched.NotSchedulableException
public class NotSchedulableException
This is a special case of the InvalidStateException such that a CompositeActor is not schedulable by a certain scheduler.
InvalidStateException
,
Serialized Form
Red (cxh) This class was |
Red (liuj) |
Constructor Summary | |
---|---|
NotSchedulableException(java.util.Collection actors,
java.lang.Throwable cause,
java.lang.String detail)
Constructs an Exception with a detail message that includes the names of a Collection of nameables, the causing Throwable and the detail argument. |
|
NotSchedulableException(java.util.Enumeration actors,
java.lang.String detail)
Deprecated. Use NotSchedulableException(Collection, Throwable, String) instead. |
|
NotSchedulableException(Nameable nameable1,
Nameable nameable2,
java.lang.String detail)
Constructs an Exception with a detail message that includes the names of the first two arguments plus the third argument string. |
|
NotSchedulableException(Nameable nameable,
java.lang.String detail)
Constructs an Exception with a detail message that includes the name of the first argument and the second argument string. |
|
NotSchedulableException(java.lang.String detail)
Constructs an Exception with only a detail message. |
Method Summary | |
---|---|
private static java.util.List |
_list(java.util.Enumeration objects)
|
Methods inherited from class ptolemy.kernel.util.KernelRuntimeException |
---|
_setCause, _setMessage, getCause, getMessage, getNameables, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotSchedulableException(java.lang.String detail)
detail
- The message.public NotSchedulableException(Nameable nameable, java.lang.String detail)
nameable
- The object.detail
- The message.public NotSchedulableException(Nameable nameable1, Nameable nameable2, java.lang.String detail)
nameable1
- The first object.nameable2
- The second object.detail
- The message.public NotSchedulableException(java.util.Enumeration actors, java.lang.String detail)
actors
- The unschedulable actors.detail
- The message.public NotSchedulableException(java.util.Collection actors, java.lang.Throwable cause, java.lang.String detail)
actors
- The unschedulable actors.cause
- The cause.detail
- The message.Method Detail |
---|
private static java.util.List _list(java.util.Enumeration objects)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |