public class CsvOperationException
extends io.github.tuzon.projects.core.expections.EltnExceptionBase
| Constructor and Description |
|---|
CsvOperationException()
Constructor.
|
CsvOperationException(Exception e)
Constructor.
|
CsvOperationException(String message)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CsvOperationException()
public CsvOperationException(String message)
message - Exception message.public CsvOperationException(Exception e)
e - Input exception object that will be converted to exception message and stacktrace.Copyright © 2019. All rights reserved.