Initial version of node map facilities.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@281 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// $Id: NoSuchNodeException.java,v 1.1 2001/08/20 22:56:55 shaper Exp $
|
||||
|
||||
package com.threerings.nodemap;
|
||||
|
||||
/**
|
||||
* Thrown when a node cannot be found in the node map.
|
||||
*/
|
||||
public class NoSuchNodeException extends NodeMapException
|
||||
{
|
||||
public NoSuchNodeException ()
|
||||
{
|
||||
super("error.no_such_node");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user