public class PointerException extends BusinessException
PointerException
is an exception class used in rule programming. When thrown it is displayed as
a component focused speech bubble on the client.BusinessException
,
Serialized FormModifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
message |
Constructor and Description |
---|
PointerException(java.lang.String pMessage)
Constructor to intiate the new PointerException with an error message
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
This method returns the message text of the exception
|
getMessage
Copyright © 2019. All rights reserved.