Modifier and Type | Field and Description |
---|---|
private java.lang.String |
moduleName |
Constructor and Description |
---|
ModuleNotSupported(java.lang.String module) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
<T> T |
fold(java.util.function.Function<FunctionNotAvailable,? extends T> fnNotAvail,
java.util.function.Function<ModuleNotSupported,? extends T> modNotSupported,
java.util.function.Function<JsonParsingError,? extends T> jsonError,
java.util.function.Function<GenericError,? extends T> generic,
java.util.function.Function<SaltSSHError,? extends T> saltSSHError) |
java.lang.String |
getModuleName() |
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getModuleName()
public java.lang.String toString()
toString
in class java.lang.Object
public <T> T fold(java.util.function.Function<FunctionNotAvailable,? extends T> fnNotAvail, java.util.function.Function<ModuleNotSupported,? extends T> modNotSupported, java.util.function.Function<JsonParsingError,? extends T> jsonError, java.util.function.Function<GenericError,? extends T> generic, java.util.function.Function<SaltSSHError,? extends T> saltSSHError)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object