public class InterpretErrorException extends RuntimeException
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Constructor and Description |
---|
InterpretErrorException(TestScriptInterpret interpret) |
InterpretErrorException(TestScriptInterpret interpret,
String message) |
InterpretErrorException(TestScriptInterpret interpret,
String message,
Throwable cause) |
InterpretErrorException(TestScriptInterpret interpret,
String message,
Throwable cause,
String preferencePanel) |
Modifier and Type | Method and Description |
---|---|
String |
getPreferencePanel() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InterpretErrorException(TestScriptInterpret interpret)
public InterpretErrorException(TestScriptInterpret interpret, String message)
public InterpretErrorException(TestScriptInterpret interpret, String message, Throwable cause)
public InterpretErrorException(TestScriptInterpret interpret, String message, Throwable cause, String preferencePanel)
public String getPreferencePanel()