/[classpath]/classpath/gnu/java/security/der/DEREncodingException.java
ViewVC logotype

Diff of /classpath/gnu/java/security/der/DEREncodingException.java

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

revision 1.4 by rsdio, Wed Apr 23 22:54:43 2003 UTC revision 1.5 by mkoch, Wed Apr 30 06:50:23 2003 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.java.security.der;  package gnu.java.security.der;
40    
41  public class DEREncodingException extends java.io.IOException  import java.io.IOException;
 {  
42    
43    public class DEREncodingException extends IOException
44    {
45    public DEREncodingException()    public DEREncodingException()
46    {    {
47      super ();      super ();

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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