Class UnhandledExceptionProblem

  • All Implemented Interfaces:
    Problem


    @Immutable
    public class UnhandledExceptionProblem
    extends java.lang.Object
    implements Problem
    A problem that comes from an exception that wasn't properly handled.
    • Method Detail

      • localMessage

        @Nonnull
        public java.lang.String localMessage​()
        Description copied from interface: Problem
        A human-consumable message describing the problem.
        Specified by:
        localMessage in interface Problem
        Returns:
        the message, localized for the end-user.
      • getSourceException

        @Nonnull
        public java.lang.Throwable getSourceException​()
        Get the exception that caused this problem.
        Returns:
        source exception
      • toString

        public java.lang.String toString​()
        Overrides:
        toString in class java.lang.Object