com.franz.agbase
Class AllegroGraphException
java.lang.Object
com.franz.ag.AllegroGraphException
com.franz.agbase.AllegroGraphException
public class AllegroGraphException
- extends com.franz.ag.AllegroGraphException
AllegroGraph exceptions.
Method Summary |
static void |
mapAEx(java.lang.String name,
java.lang.String msg,
boolean throwAlways)
Map a name to a AllegroGraphException subclass. |
static void |
mapREx(java.lang.String name,
java.lang.String msg,
boolean throwAlways)
Map a name to a RuntimeException subclass. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllegroGraphException
public AllegroGraphException()
AllegroGraphException
public AllegroGraphException(java.lang.String arg0)
- Parameters:
arg0
-
AllegroGraphException
public AllegroGraphException(java.lang.String arg0,
java.lang.Throwable arg1)
- Parameters:
arg0
- arg1
-
AllegroGraphException
public AllegroGraphException(java.lang.Throwable arg0)
- Parameters:
arg0
-
mapREx
public static void mapREx(java.lang.String name,
java.lang.String msg,
boolean throwAlways)
- Map a name to a RuntimeException subclass.
- Parameters:
name
- An error name sent from the servermsg
- The error message from the serverthrowAlways
- The behavior if name is not found in table.
If false, return; if true, throw IllegalArgumentException.
mapAEx
public static void mapAEx(java.lang.String name,
java.lang.String msg,
boolean throwAlways)
throws AllegroGraphException
- Map a name to a AllegroGraphException subclass.
- Parameters:
name
- An error name sent from the servermsg
- The error message from the serverthrowAlways
- The behavior if name is not found in table.
If false, return; if true, throw plain AllegroGraphException.
- Throws:
AllegroGraphException