mirrorWeight = node.getWeight();
}
} catch (Throwable throwable) {
/* Exception due to non-Cloneable weights or
weights without public clone(). */
throw new AnalysisException(
"Can not clone the node weight.\n", throwable);
}
mirrorNode = new Node(mirrorWeight);
}