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, toString
public ParsingException(String msg)
msg
- the detail message.public ParsingException(int line, String msg)
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Copyright © 2019. All rights reserved.