public class IbisException extends Exception
Modifier and Type | Class and Description |
---|---|
static interface |
IbisException.ExcludeClassInfoExceptionFilter |
Constructor and Description |
---|
IbisException() |
IbisException(String message) |
IbisException(String message,
Throwable cause) |
IbisException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static String |
expandMessage(String msg,
Throwable e) |
static String |
expandMessage(String msg,
Throwable e,
IbisException.ExcludeClassInfoExceptionFilter filter) |
static String |
getExceptionSpecificDetails(Throwable t) |
String |
getMessage() |
static LinkedList<String> |
getMessages(Throwable t,
String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IbisException()
public IbisException(String message)
public IbisException(Throwable cause)
public String getMessage()
getMessage
in class Throwable
public static String expandMessage(String msg, Throwable e, IbisException.ExcludeClassInfoExceptionFilter filter)
public static LinkedList<String> getMessages(Throwable t, String message)
Copyright © 2023 Frank!Framework. All rights reserved.