13141516171819
this.operation = operation; } @Override protected InstructionResult executeInternal(InstructionExecutor executor) throws SlimException { throw new SlimException(operation, SlimServer.MALFORMED_INSTRUCTION, true); }