public class InvariantViolationException extends IllegalActionException
Constructor and Description |
---|
InvariantViolationException(Nameable object,
java.lang.String detail)
Construct an exception with a detail message that includes the
name of the first argument.
|
InvariantViolationException(java.lang.String detail)
Construct an exception with a detail message.
|
_setCause, _setMessage, generateMessage, generateMessage, generateMessage, getCause, getFullName, getMessage, getName, getNameable1, getNameable2, printStackTrace, printStackTrace, printStackTrace, stackTraceToString
public InvariantViolationException(java.lang.String detail)
detail
- The message.public InvariantViolationException(Nameable object, java.lang.String detail)
object
- The object.detail
- The message.