Package hec.lang

Class ImportException

All Implemented Interfaces:
Serializable

public class ImportException extends Exception
See Also:
  • Constructor Details

    • ImportException

      public ImportException()
      Constructs a new ImportException without a message.
    • ImportException

      public ImportException(String msg)
      Constructs a new ImportException with msg.
      Parameters:
      msg - a detail message describing more precisely the exceptional condition