Package org.eolang

Class PhSafe.ErrorMsg

  • All Implemented Interfaces:
    Supplier<String>
    Enclosing class:
    PhSafe

    public static final class PhSafe.ErrorMsg
    extends Object
    implements Supplier<String>
    Builds error message from the exception.
    Since:
    0.40
    • Constructor Detail

      • ErrorMsg

        public ErrorMsg​(Throwable exp)
        Ctor.
        Parameters:
        exp - The exception.