public class DTMException extends RuntimeException
| Constructor and Description |
|---|
DTMException(String message)
Create a new DTMException.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
Throwable |
initCause(Throwable cause) |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, setStackTrace, toStringpublic DTMException(String message)
message - The error or warning message.public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class ThrowableCopyright © 2022. All rights reserved.