Uses of Class
net.mathias2246.buildmc.util.InvalidStringException
Packages that use InvalidStringException
-
Uses of InvalidStringException in net.mathias2246.buildmc.api.claims
Methods in net.mathias2246.buildmc.api.claims that throw InvalidStringExceptionModifier and TypeMethodDescriptionvoidClaimManager.updateClaimName(long claimId, @MatchesRegex("^[A-Za-z0-9_.-]+$") @NotNull String newName) Update the name of a ClaimvoidClaimManager.updateClaimName(@NotNull Claim claim, @MatchesRegex("^[A-Za-z0-9_.-]+$") @NotNull String newName) Update the name of a ClaimvoidClaimManager.updateClaimOwner(long claimId, @MatchesRegex("^(?:server|[A-Za-z0-9_.:-]+)$") @NotNull String newOwnerId) Update the owner of a ClaimvoidClaimManager.updateClaimOwner(@NotNull Claim claim, @MatchesRegex("^(?:server|[A-Za-z0-9_.:-]+)$") @NotNull String newOwnerId) Update the owner of a Claim -
Uses of InvalidStringException in net.mathias2246.buildmc.api.status
Methods in net.mathias2246.buildmc.api.status that throw InvalidStringExceptionModifier and TypeMethodDescriptionstatic StatusInstanceStatusInstance.deserialize(@NotNull Map<String, Object> map, @NotNull @MatchesRegex("^[A-Za-z0-9_.-]+$") String statusId) Deserializes aStatusInstancethat is represented using a Map.