* permitted, and indicates that the cause is nonexistent or
* unknown.)
* @return A newly created InternalStateValidationException instance with an empty message buffer.
*/
public static ExpressionBuilder create(final Throwable cause) {
return new ExpressionBuilder(new InternalStateValidationException(cause));
}