public class ExporterException extends Exception
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Constructor and Description |
---|
ExporterException(Exception exception)
Constructor.
|
ExporterException(Exception exception,
Integer exportedDocs) |
ExporterException(Exception exception,
Integer exportedDocs,
Boolean unknownExactlyExportedDocs) |
ExporterException(String message) |
ExporterException(String message,
Integer exportedDocs) |
ExporterException(String message,
Integer exportedDocs,
Boolean unknownExactlyExportedDocs) |
ExporterException(String message,
Throwable cause) |
ExporterException(String message,
Throwable cause,
Integer exportedDocs) |
ExporterException(String message,
Throwable cause,
Integer exportedDocs,
Boolean unknownExactlyExportedDocs) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getEncapsulatedException()
Get the encapsulated exception.
|
Integer |
getExportedDocs()
Get the number of exported documents.
|
String |
getMessage()
Get the exception message.
|
Boolean |
hasUnknownExactlyExportedDocs() |
void |
printStackTrace()
Prints this exception and its backtrace to the standard error stream.
|
void |
printStackTrace(PrintStream printStream)
Prints this exception and its backtrace to the specified print stream.
|
void |
printStackTrace(PrintWriter printWriter)
Prints this exception and its backtrace to the specified print writer.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
protected static final long serialVersionUID
public ExporterException(Exception exception)
exception
- Encapsulated exception.public ExporterException(Exception exception, Integer exportedDocs, Boolean unknownExactlyExportedDocs)
public ExporterException(String message)
public ExporterException(String message, Integer exportedDocs, Boolean unknownExactlyExportedDocs)
public String getMessage()
getMessage
in class Throwable
public Throwable getEncapsulatedException()
public Integer getExportedDocs()
public Boolean hasUnknownExactlyExportedDocs()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream printStream)
printStackTrace
in class Throwable
printStream
- PrintStream
to use for output.public void printStackTrace(PrintWriter printWriter)
printStackTrace
in class Throwable
printWriter
- PrintWriter
to use for output.Copyright © 2024 Denodo Technologies. All rights reserved.