public static class PolicyParser.ParsingException extends GeneralSecurityException
| Constructor and Description |
|---|
ParsingException(int line,
String msg) |
ParsingException(int line,
String expect,
String actual) |
ParsingException(String msg)
Constructs a ParsingException with the specified
detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParsingException(String msg)
msg - the detail message.public ParsingException(int line,
String msg)
public String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2017. All rights reserved.