public class OmrException extends RuntimeException
Constructor and Description |
---|
OmrException(String message)
Create this exception with the given message.
|
OmrException(String message,
Throwable cause)
Create this exception with the given message and underlying cause.
|
OmrException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getPrintedStack() |
void |
printStackTrace()
Prints this throwable and its backtrace to the
standard error stream.
|
static void |
showStack(boolean collectStack) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public OmrException(String message)
Create this exception with the given message.
message
- The message of this exception.public OmrException(String message, Throwable cause)
Create this exception with the given message and underlying cause.
message
- The message of this exception.cause
- The underlying exception.public OmrException(Throwable cause)
public void printStackTrace()
printStackTrace
in class Throwable
public static void showStack(boolean collectStack)
Copyright © 2017. All Rights Reserved.