@StampyLibrary(libraryName="stampy-core") public class UnparseableException extends java.lang.Exception
StampyMessage.| Constructor and Description |
|---|
UnparseableException(java.lang.String message)
Instantiates a new unparseable exception.
|
UnparseableException(java.lang.String message,
java.lang.String stompMessage,
java.lang.Throwable cause)
Instantiates a new unparseable exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStompMessage()
Gets the stomp message.
|
public UnparseableException(java.lang.String message,
java.lang.String stompMessage,
java.lang.Throwable cause)
message - the messagestompMessage - the stomp messagecause - the causepublic UnparseableException(java.lang.String message)
message - the message