<P>Equal to <CODE>throw new <A HREF="AssertException.html">AssertException</A>(<A HREF="#getXMsgPrefix()">getXMsgPrefix</A>() + s_classFuncMsg)</CODE></P>
@param s_classFuncMsg The name of the calling class, calling function, and the body of the error message.
**/
protected final void throwAXSpoof(String s_classFuncMsg) {
throw new AssertException(getXMsgPrefix() + s_classFuncMsg);
}