View Javadoc
1   package org.melati.template.test;
2   
3   public class TemplatedWithBombingToString {
4   
5     /**
6      * Constructor.
7      */
8     public TemplatedWithBombingToString() {
9       super();
10    }
11    public String toString() { 
12      throw new Error("Who said you could look at this?");
13    }
14  }