public class TaurusCoreException extends TaurusException
| Constructor and Description |
|---|
TaurusCoreException(java.lang.String pMessage)
Constructs a new exception with the specified detail message.
|
TaurusCoreException(java.lang.String pMessage,
java.lang.Throwable pCause)
Constructs a new exception with the specified detail message and cause.
|
TaurusCoreException(java.lang.String pMessage,
java.lang.Throwable pCause,
boolean pPreferExceptionMessage)
Constructs a new exception with the specified detail message, cause and
prefer exception message flag.
|
TaurusCoreException(java.lang.Throwable pCause)
Constructs a new exception with the specified cause.
|
getCustomErrorMessage, isPreferExceptionMessage, setCustomErrorMessage, setPreferExceptionMessagepublic TaurusCoreException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - the messagepCause - the causepublic TaurusCoreException(java.lang.String pMessage)
pMessage - the messagepublic TaurusCoreException(java.lang.Throwable pCause)
pCause - the causepublic TaurusCoreException(java.lang.String pMessage,
java.lang.Throwable pCause,
boolean pPreferExceptionMessage)
true,
the message will be the preferred message for the AWM error dialog. Else
the last message in the exception hierarchy is used as message in the
error dialog.pMessage - the messagepCause - the original causepPreferExceptionMessage - whether the message of this TaurusException should be
the preferred message to be displayed in the
TaurusErrorDialog.Copyright © 2015 Micro Focus GmbH. All rights reserved.