public class TaurusModelException extends TaurusException
| Constructor and Description |
|---|
TaurusModelException(java.lang.Exception pE)
Constructs a new exception with the specified cause.
|
TaurusModelException(java.lang.String pMsg)
Constructs a new exception with the specified detail message.
|
TaurusModelException(java.lang.String pMsg,
java.lang.Exception pE)
Constructs a new exception with the specified detail message and cause.
|
TaurusModelException(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.
|
getCustomErrorMessage, isPreferExceptionMessage, setCustomErrorMessage, setPreferExceptionMessagepublic TaurusModelException(java.lang.String pMsg)
pMsg - the messagepublic TaurusModelException(java.lang.String pMsg,
java.lang.Exception pE)
pMsg - the messagepE - the causepublic TaurusModelException(java.lang.Exception pE)
pE - the causepublic TaurusModelException(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.