* Method to verify the class.
* @throws Exception Thrown if a verification error occurs.
*/
public void verify() throws Exception
{
VerifierFactory.attach(new VerifierFactoryObserver()
{
public void update(java.lang.String s)
{
// System.out.println(s);
}