public class MechanismParsingException
extends java.lang.Exception
| Constructor and Description |
|---|
MechanismParsingException(java.lang.String detailMessage)
Create a new exception containing a message.
|
MechanismParsingException(java.lang.String detailMessage,
java.lang.Throwable throwable)
Create a new exception containing a message.
|
public MechanismParsingException(java.lang.String detailMessage,
java.lang.Throwable throwable)
detailMessage - The message cause of the exception.throwable - The throwable cause of the exception.public MechanismParsingException(java.lang.String detailMessage)
detailMessage - The message cause of the exception.