public class SLException extends Exception {
  public SLException() { super(); }
  public SLException(String s) { super(s); }
}
