public class NotSchedulableException extends InvalidStateException
InvalidStateException,
Serialized Form| Red (cxh) This class was |
| Red (liuj) |
| Constructor and Description |
|---|
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)
Deprecated.
Use a NotSchedulableException constructor that
includes a Nameable so that the exception window includes
a "Go To Actor" button.
|
_setCause, _setMessage, getCause, getMessage, getNameables, printStackTrace, printStackTrace, printStackTrace@Deprecated 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.@Deprecated
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.