public class RiveScriptException
extends java.lang.RuntimeException
Constructor and Description |
---|
RiveScriptException()
Creates a new
RiveScriptException . |
RiveScriptException(java.lang.String message)
Creates a new
RiveScriptException with the given message. |
RiveScriptException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
RiveScriptException with the given message and cause. |
RiveScriptException(java.lang.Throwable cause)
Creates a new
RiveScriptException with the given cause. |
public RiveScriptException()
RiveScriptException
.public RiveScriptException(java.lang.String message)
RiveScriptException
with the given message.message
- the messagepublic RiveScriptException(java.lang.String message, java.lang.Throwable cause)
RiveScriptException
with the given message and cause.message
- the messagecause
- the causepublic RiveScriptException(java.lang.Throwable cause)
RiveScriptException
with the given cause.cause
- the cause