public class InternalErrorException extends Exception
Constructor and Description |
---|
InternalErrorException(Exception exception)
Creates an InternalErrorException with the real exception encapsulated.
|
Modifier and Type | Method and Description |
---|---|
Exception |
getEncapsulatedException()
Returns the encapsulated exception.
|
String |
getMessage()
Returns the detail message string of the encapsulated exception.
|
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
public InternalErrorException(Exception exception)
exception
- the real exception encapsulated.public String getMessage()
getMessage
in class Throwable
public Exception getEncapsulatedException()
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.