BowlerKernel
MissingNativeLibraryException.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.common;
2 
3 // TODO: Auto-generated Javadoc
7 public class MissingNativeLibraryException extends RuntimeException {
8 
10  private static final long serialVersionUID = 1L;
11 
13  private String message;
14 
21  this.message = message;
23  }
24 
25  /* (non-Javadoc)
26  * @see java.lang.Throwable#getMessage()
27  */
28  public String getMessage() {
29  return message;
30  }
31 
32 }
static void warning(String message)
Definition: Log.java:101