public class InternalErrorException
extends java.lang.Exception
| Constructor and Description |
|---|
InternalErrorException(java.lang.Exception exception)
Creates an InternalErrorException with the real exception encapsulated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getEncapsulatedException()
Returns the encapsulated exception.
|
java.lang.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(java.io.PrintStream printStream)
Prints this exception and its backtrace to the specified print stream.
|
void |
printStackTrace(java.io.PrintWriter printWriter)
Prints this exception and its backtrace to the specified print writer.
|
public InternalErrorException(java.lang.Exception exception)
exception - the real exception encapsulated.public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Exception getEncapsulatedException()
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream printStream)
printStackTrace in class java.lang.ThrowableprintStream - PrintStream to use for output.public void printStackTrace(java.io.PrintWriter printWriter)
printStackTrace in class java.lang.ThrowableprintWriter - PrintWriter to use for output.Copyright © 2024 Denodo Technologies. All rights reserved.