Class PolicyParser.ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
com.sun.ts.lib.util.sec.security.provider.PolicyParser.ParsingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PolicyParser
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParsingException
(int line, String msg) ParsingException
(int line, String expect, String actual) ParsingException
(String msg) Constructs a ParsingException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
Constructs a ParsingException with the specified detail message. A detail message is a String that describes this particular exception, which may, for example, specify which algorithm is not available.- Parameters:
msg
- the detail message.
-
ParsingException
-
ParsingException
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-