Uses of Enum
com.google.common.geometry.S2Error.Code
-
Uses of S2Error.Code in com.google.common.geometry
Fields in com.google.common.geometry declared as S2Error.CodeMethods in com.google.common.geometry that return S2Error.CodeModifier and TypeMethodDescriptionS2Error.code()
Returns the code of this error.static S2Error.Code
Returns the enum constant of this type with the specified name.static S2Error.Code[]
S2Error.Code.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.geometry with parameters of type S2Error.CodeModifier and TypeMethodDescriptionvoid
S2Error.init
(S2Error.Code code, String format, Object... args) Sets the error code and text description; the description is formatted according to the rules defined inString.format(String, Object...)
.