public class PMPException
extends java.lang.Exception
| Constructor and Description |
|---|
PMPException(java.lang.String errMsg)
Constructs a
PMPexception with a specified error message. |
PMPException(java.lang.String errMsg,
java.lang.Exception exc)
Constructs a
PMPexception with a specified error message and basic exception. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getBasicException()
Returns the basic exception.
|
public PMPException(java.lang.String errMsg)
PMPexception with a specified error message.errMsg - the error messagepublic PMPException(java.lang.String errMsg,
java.lang.Exception exc)
PMPexception with a specified error message and basic exception.errMsg - the error messageexc - the ExceptionCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.