Class ModuleNotSupported

  • All Implemented Interfaces:
    SaltError

    public final class ModuleNotSupported
    extends java.lang.Object
    implements SaltError
    Error that happens if a modules is not supported
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String moduleName  
    • Constructor Summary

      Constructors 
      Constructor Description
      ModuleNotSupported​(java.lang.String module)  
    • Field Detail

      • moduleName

        private final java.lang.String moduleName
    • Constructor Detail

      • ModuleNotSupported

        public ModuleNotSupported​(java.lang.String module)
    • Method Detail

      • getModuleName

        public java.lang.String getModuleName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object