summaryrefslogtreecommitdiffstats
path: root/zpu/sw/simulator/com/zylin/zpu/simulator/exceptions/TraceException.java
blob: 45fda54f5cd5b29d642d5a0c0ccae6f44cf31c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

package com.zylin.zpu.simulator.exceptions;


public class TraceException extends GDBServerException
{

    /**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public TraceException(Exception e)
    {
        super(e);
    }

    public TraceException()
    {
    }

}
OpenPOWER on IntegriCloud