public class QuerySyntaxException extends Exception
Modifier and Type | Field and Description |
---|---|
protected I18nizableText |
_i18nMessage
An internationalized detail message.
|
Constructor and Description |
---|
QuerySyntaxException(String message)
Constructs a new exception with the specified detail message.
|
QuerySyntaxException(String message,
I18nizableText i18nMessage)
Constructs a new exception with the specified detail message.
|
QuerySyntaxException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
QuerySyntaxException(String message,
Throwable cause,
I18nizableText i18nMessage)
Constructs a new exception with the specified detail message and cause.
|
QuerySyntaxException(Throwable cause)
Constructs a new exception with the specified cause.
|
QuerySyntaxException(Throwable cause,
I18nizableText i18nMessage)
Constructs a new exception with the specified cause.
|
Modifier and Type | Method and Description |
---|---|
I18nizableText |
getI18nMessage()
Get the internationalized detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected I18nizableText _i18nMessage
public QuerySyntaxException(String message)
message
- the detail message.public QuerySyntaxException(String message, Throwable cause)
message
- the detail message.cause
- the cause.public QuerySyntaxException(Throwable cause)
cause
- the specified cause.public QuerySyntaxException(String message, I18nizableText i18nMessage)
message
- the detail message.i18nMessage
- the internationalized detail message.public QuerySyntaxException(String message, Throwable cause, I18nizableText i18nMessage)
message
- the detail message.cause
- the cause.i18nMessage
- the internationalized detail message.public QuerySyntaxException(Throwable cause, I18nizableText i18nMessage)
cause
- the specified cause.i18nMessage
- the internationalized detail message.public I18nizableText getI18nMessage()