/[classpath]/classpath/gnu/classpath/jdwp/exception/InvalidThreadGroupException.java
ViewVC logotype

Diff of /classpath/gnu/classpath/jdwp/exception/InvalidThreadGroupException.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by gnu_andrew, Tue Aug 2 20:12:08 2005 UTC revision 1.2.2.2 by gnu_andrew, Sat Sep 10 15:31:36 2005 UTC
# Line 53  public class InvalidThreadGroupException Line 53  public class InvalidThreadGroupException
53    public InvalidThreadGroupException (long id)    public InvalidThreadGroupException (long id)
54    {    {
55      super (JdwpConstants.Error.INVALID_THREAD_GROUP,      super (JdwpConstants.Error.INVALID_THREAD_GROUP,
56             "invalid thread id (" + id + ")");             "invalid thread group id (" + id + ")");
57    }    }
58    
59    public InvalidThreadGroupException (Throwable t)    public InvalidThreadGroupException (Throwable t)
60    {    {
61      super (JdwpConstants.Error.INVALID_THREAD, t);      super (JdwpConstants.Error.INVALID_THREAD_GROUP, t);
62    }    }
63  }  }

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26