Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libjava/java/security/InvalidAlgorithmParameterException.java

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    1 /* InvalidAlgorithmParameterException.java
    2    Copyright (C) 2000  Free Software Foundation, Inc.
     1/* InvalidAlgorithmParameterException.java -- an invalid parameter to a
     2   security algorithm
     3   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
    34
    45This file is part of GNU Classpath.
     
    3940
    4041/**
     42
     43
    4144 * @author Warren Levy <[email protected]>
    42  * @date February 2, 2000.
     45 * @since 1.2
     46 * @status updated to 1.4
    4347 */
     48
     49
     50
     51
     52
     53
     54
    4455
    45 /**
    46  * Written using on-line Java Platform 1.2 API Specification.
    47  * Status:  Believed complete and correct.
    48  */
    49 
    50 // JDK1.2
    51 public class InvalidAlgorithmParameterException extends GeneralSecurityException
    52 {
     56  /**
     57   * Construct an exception with no message.
     58   */
    5359  public InvalidAlgorithmParameterException()
    5460  {
     
    5662  }
    5763
     64
     65
     66
     67
     68
    5869  public InvalidAlgorithmParameterException(String msg)
    5970  {
Note: See TracChangeset for help on using the changeset viewer.