Package sop.exception

Class SOPGPException.AmbiguousInput

All Implemented Interfaces:
Serializable
Enclosing class:
SOPGPException

public static class SOPGPException.AmbiguousInput extends SOPGPException
Exception that gets thrown if a special designator (starting with @) is given, but the filesystem contains a file matching the designator. E.g.
@ENV:FOO
is given, but
./@ENV:FOO
exists on the filesystem.
See Also:
  • Field Details

  • Constructor Details

    • AmbiguousInput

      public AmbiguousInput(String message)
  • Method Details