public static class FrontendUtils.UnknownVersionException extends Exception
| Constructor and Description |
|---|
UnknownVersionException(String tool,
String extraInfo)
Constructs an exception telling which tool was being detected and
using what command.
|
UnknownVersionException(String tool,
String extraInfo,
Exception cause)
Constructs an exception telling which tool was being detected and
using what command, and the exception causing the failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownVersionException(String tool, String extraInfo)
tool - the tool being detectedextraInfo - extra information which might be helpful to the end userpublic UnknownVersionException(String tool, String extraInfo, Exception cause)
tool - the tool being detectedextraInfo - extra information which might be helpful to the end usercause - the exception causing the failureCopyright © 2021. All rights reserved.