public class ScenarioException
extends java.lang.Exception
Constructor and Description |
---|
ScenarioException()
Construct a scenario exception with no information.
|
ScenarioException(java.lang.String msg)
Construct a scenario exception with an error message.
|
ScenarioException(java.lang.String msg,
java.lang.Throwable cause)
Construct a scenario exception with an error message and an underlying cause.
|
ScenarioException(java.lang.Throwable cause)
Construct a scenario exception that was caused by another exception.
|
public ScenarioException()
public ScenarioException(java.lang.String msg)
msg
- The error message.public ScenarioException(java.lang.Throwable cause)
cause
- The cause of this exception.public ScenarioException(java.lang.String msg, java.lang.Throwable cause)
msg
- The error message.cause
- The cause of this exception.