SSISO Community

시소당

Assert with an informative message

public  class  Assert2  {
    public  static  void  main(String[]  args)  {
        assert  false:  "Here's  a  message  saying  what  happened";
    }
}

585 view

4.0 stars