You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/04/16 16:30:54 UTC

cvs commit: avalon-sandbox/merlin/merlin-cli/src/java BootstrapRuntimeException.java

leosimons    2003/04/16 07:30:54

  Modified:    merlin/merlin-cli/src/java BootstrapRuntimeException.java
  Log:
  fix bug where the root exception is lost.
  
  Revision  Changes    Path
  1.2       +2 -2      avalon-sandbox/merlin/merlin-cli/src/java/BootstrapRuntimeException.java
  
  Index: BootstrapRuntimeException.java
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/merlin-cli/src/java/BootstrapRuntimeException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BootstrapRuntimeException.java	13 Mar 2003 01:04:57 -0000	1.1
  +++ BootstrapRuntimeException.java	16 Apr 2003 14:30:53 -0000	1.2
  @@ -101,7 +101,7 @@
        */
       public BootstrapRuntimeException( final String message, String action, final Throwable throwable )
       {
  -        this( message, new String[]{ action }, null );
  +        this( message, new String[]{ action }, throwable );
       }
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org