Package net.morimekta.providence
Interface PException
-
- All Known Implementing Classes:
PApplicationException
public interface PExceptionBase class for exception type struct classes to access exception methods that may be hidden by actual fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringorigGetLocalizedMessage()Get the original message from the actual exception.java.lang.StringorigGetMessage()Get the original message from the actual exception.
-
-
-
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.
-
-