BowlerKernel
PIDCommandException.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.pid;
2 
3 // TODO: Auto-generated Javadoc
7 public class PIDCommandException extends Exception {
8 
10  private static final long serialVersionUID = 1L;
11 
17  public PIDCommandException(String string) {
18  super(string);
19  }
20 
21 }