Class ProcessorException

All Implemented Interfaces:
Serializable

public final class ProcessorException extends ImperatException
See Also:
  • Constructor Details

  • Method Details

    • isGlobal

      public boolean isGlobal()
    • getOwningCommand

      @Nullable public @Nullable Command<?> getOwningCommand()
      Returns:
      The command owning the processor that caused this ProcessorException to be thrown. if it's a global processor, it will return null.
    • getProcessorType

      public ProcessorException.Type getProcessorType()