public class DebuggingFtpFileEntryParserException extends RuntimeException
FTPFileEntryParser
function is called.Constructor and Description |
---|
DebuggingFtpFileEntryParserException(String methodName,
String value)
Constructs a new
DebuggingFtpFileEntryParserException for the given
method name and its stringified value. |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName()
The called methods name
|
String |
getValue()
The stringified value supplied to the called method
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DebuggingFtpFileEntryParserException(String methodName, String value)
DebuggingFtpFileEntryParserException
for the given
method name and its stringified value.methodName
- the called methods namevalue
- the stringified value supplied to the called methodCopyright © 2025. All rights reserved.