Interface PException

  • All Known Implementing Classes:
    PApplicationException

    public interface PException
    Base class for exception type struct classes to access exception methods that may be hidden by actual fields.
    • Method Detail

      • origGetMessage

        @Nullable
        java.lang.String origGetMessage()
        Get the original message from the actual exception.
        Returns:
        The original message.
      • origGetLocalizedMessage

        @Nullable
        java.lang.String origGetLocalizedMessage()
        Get the original message from the actual exception.
        Returns:
        The original message.