Package org.nuclos.api.exception
Class PointerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuclos.api.exception.BusinessException
org.nuclos.api.exception.PointerException
- All Implemented Interfaces:
Serializable
PointerException
is an exception class used in rule programming. When thrown it is displayed as
a component focused speech bubble on the client.- Author:
- Matthias Reichart
- See Also:
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
for deserialization onlyPointerException
(String pMessage) Constructor to intiate the new PointerException with an error message -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the message text of the exceptionMethods inherited from class org.nuclos.api.exception.BusinessException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
message
String message
-
-
Constructor Details
-
PointerException
protected PointerException()for deserialization only -
PointerException
Constructor to intiate the new PointerException with an error message- Parameters:
pMessage
-
-
-
Method Details
-
getMessage
This method returns the message text of the exception- Overrides:
getMessage
in classThrowable
- Returns:
- message - String
-