public class SoyMsgException extends RuntimeException
| Constructor and Description |
|---|
SoyMsgException(String message) |
SoyMsgException(String message,
Throwable cause) |
SoyMsgException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
void |
setFileOrResourceName(String fileOrResourceName)
Sets the name of the file or resource associated with this error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SoyMsgException(String message)
message - A detailed description of the error.public SoyMsgException(String message, Throwable cause)
message - A detailed description of the error.cause - The underlying cause.public SoyMsgException(Throwable cause)
cause - The underlying cause.public void setFileOrResourceName(String fileOrResourceName)
fileOrResourceName - The file or resource name to set.public String getMessage()
getMessage in class Throwable