Serialized Form

  • Package dev.jorel.commandapi.exceptions

    • Exception Class dev.jorel.commandapi.exceptions.BadLiteralException

      class BadLiteralException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.ConflictingPermissionsException

      class ConflictingPermissionsException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.EmptyExecutorException

      class EmptyExecutorException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.GreedyArgumentException

      class GreedyArgumentException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.InvalidCommandNameException

      class InvalidCommandNameException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.InvalidRangeException

      class InvalidRangeException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.MissingCommandExecutorException

      class MissingCommandExecutorException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.NBTAPINotFoundException

      class NBTAPINotFoundException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.OptionalArgumentException

      class OptionalArgumentException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.PaperAdventureNotFoundException

      class PaperAdventureNotFoundException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.PlatformException

      class PlatformException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.ProtocolVersionTooOldException

      class ProtocolVersionTooOldException extends RuntimeException implements Serializable
      • Serialized Fields

        • protocolVersion
          int protocolVersion
        • reason
          String reason
    • Exception Class dev.jorel.commandapi.exceptions.SpigotNotFoundException

      class SpigotNotFoundException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.UnimplementedArgumentException

      class UnimplementedArgumentException extends RuntimeException implements Serializable
    • Exception Class dev.jorel.commandapi.exceptions.WrapperCommandSyntaxException

      class WrapperCommandSyntaxException extends Exception implements Serializable
      • Serialized Fields

        • exception
          com.mojang.brigadier.exceptions.CommandSyntaxException exception