Skip to content

Instantly share code, notes, and snippets.

@Nucleareal
Created May 3, 2013 10:50
Show Gist options
  • Save Nucleareal/5508474 to your computer and use it in GitHub Desktop.
Save Nucleareal/5508474 to your computer and use it in GitHub Desktop.
うん
public class sasamljp
{
public static void main(String[] args)
{
sasamljp sasami = new sasamljp();
try
{
sasami.sex(); //ここで例外が発生するのですがどうしたらいいのでしょうか
}
catch(Exception e)
{
e.printStackTrace();
}
}
public final void sex(){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment