Package oracle.dbtools.plugin.api.errors
Class ProductErrorMessage.Identifier
java.lang.Object
oracle.dbtools.plugin.api.errors.ProductErrorMessage.Identifier
- All Implemented Interfaces:
Comparable<ProductErrorMessage.Identifier>
- Enclosing class:
- ProductErrorMessage
public static class ProductErrorMessage.Identifier
extends Object
implements Comparable<ProductErrorMessage.Identifier>
Represents the unique identifier for a
ProductErrorMessage- Author:
- cdivilly
-
Method Summary
Modifier and TypeMethodDescriptionintbooleanerrorMessage(Translatable message, Translatable cause, Translatable action) Produce aProductErrorMessageinstance for this error codeinthashCode()of(CharSequence prefix, int code) toString()
-
Method Details
-
errorMessage
public ProductErrorMessage errorMessage(Translatable message, Translatable cause, Translatable action) Produce aProductErrorMessageinstance for this error code- Parameters:
message- The errorcause- The cause of the erroraction- The action to take to address the error- Returns:
ProductErrorMessage
-
of
-
compareTo
- Specified by:
compareToin interfaceComparable<ProductErrorMessage.Identifier>
-
equals
-
hashCode
public int hashCode() -
toString
-