Class GPTException.GPTUserNotificationException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    GPTException

    public static class GPTException.GPTUserNotificationException
    extends GPTException
    A special exception if the user should be notified about something instead of completing the task. This is used to transport information in cases where a special return value is not feasible.
    See Also:
    Serialized Form
    • Constructor Detail

      • GPTUserNotificationException

        public GPTUserNotificationException​(String message)