17181920212223
* @throws CoderWallException * if anything goes wrong with the query. */ public static Coder getCoder(String coderUserName) throws CoderWallException { return new CoderConnection(coderUserName).getCoder(); }