public final class MxUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatMQLError(java.lang.String error)
Formats a MQL error
|
static java.lang.String |
getExceptionMessage(matrix.util.MatrixException me)
Get the message out from the cryptic message a MatrixException throws.
|
static java.lang.String |
getInitParamValue(java.lang.String initParam)
Returns an init-parameter value.
|
static boolean |
isObjectId(java.lang.String id)
Returns true, if the given string has the same format as an object or
relationship id in the Matrix database might have.
|
static boolean |
isPhysicalId(java.lang.String id) |
public static java.lang.String getInitParamValue(java.lang.String initParam)
initParam - The name of the parameterpublic static boolean isObjectId(java.lang.String id)
id - The id to checkpublic static boolean isPhysicalId(java.lang.String id)
public static java.lang.String getExceptionMessage(matrix.util.MatrixException me)
public static java.lang.String formatMQLError(java.lang.String error)
Copyright ? Technia AB. All Rights Reserved.