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, toStringpublic InternalErrorException(Exception exception)
exception - the real exception encapsulated.public String getMessage()
getMessage in class Throwablepublic Exception getEncapsulatedException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream printStream)
printStackTrace in class ThrowableprintStream - PrintStream to use for output.public void printStackTrace(PrintWriter printWriter)
printStackTrace in class ThrowableprintWriter - PrintWriter to use for output.Copyright © 2024 Denodo Technologies. All rights reserved.