lunes, 5 de julio de 2010

Desencuentro Geek

Exception in thread "main" java.lang.NullPointerException
at Santi.goOnWithThePlan(Santi.java:10)
at Santi.main(Santi.java:6)

1 comentario:

Matías dijo...

<bean id="santi" class="Santi">
    <property name="exceptionHandler" ref="theFriend" />
</bean>

<bean id="theFriend" class="Mati"/>