Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5523/src/xdoclet

Added Files:
        MergeException.java 
Log Message:
improved debugging for nested merge files; show file that caused error

--- NEW FILE: MergeException.java ---
/*
 * Copyright (c) 2001, 2002 The XDoclet team
 * All rights reserved.
 */
package xdoclet;

/**
 * @created   July 25, 2005
 */
public class MergeException extends XDocletException
{

    public MergeException(String msg)
    {
        super(msg);
    }

    public MergeException(Exception nestedException, String msg)
    {
        super(nestedException, msg);
    }

}



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to