public class JreVersionParseException extends RuntimeException
JreVersion string.JreVersion,
Serialized Form| Constructor and Description |
|---|
JreVersionParseException(String message)
Creates a new exception with the given message.
|
JreVersionParseException(String message,
Throwable cause)
Creates a new exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JreVersionParseException(String message)