Previous entry: « Assorted amusements (or random rubbish) |
Next entry: Two more hours, please! » |
NPE? NMP!
try
{
StupidProgram.doThatThingIToldYouToDo();
}
catch (NullPointerException e)
{
System.out.println(e.getMessage());
}
public void actionPerformed(ActionEvent e)
{
System.out.println("DIE STUPID NULLPOINTEREXCEPTION DIE DIE DIE DIE DIE!!!!!1");
srah.goToSleep();
}
srah - Monday, 29 March 2004 - 11:24 PM
Tags: school of information
Trackback Pings
TrackBack URL for this entry:
http://www.srah.net/mt421/mt-pings.cgi/3182
Comments (9)
Matthew the Young - March 30, 2004 - 1:51 AM - ℓ
Argh! Somehow i managed to see the oppressive lingering unshifted exclamation point among all that mess... darn my attentiveness to detail!
Matthew the Young - March 31, 2004 - 3:15 AM - ℓ
Nein, meine Java ist nicht so gut noch etwas. Um, ich muss mehr Programmierung gelernen...
I feel your pain ;-)