ctf: Put Antlr-specific exceptions in a separate class
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 25 Apr 2013 21:54:02 +0000 (17:54 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 29 Apr 2013 18:30:18 +0000 (14:30 -0400)
commitc0804cf6c00bb203487aa7d99d8223a0eca6cf51
treeb46dd2727b1769a83f7cf3dea5c8163a13a81cf6
parent5f5d9d015a87f4033eccfd55282d96433b6f5790
ctf: Put Antlr-specific exceptions in a separate class

Since CTFReaderException is in the public API, any external
plugin using it would have had to import the antlr-runtime
packages.

By isolating the Antlr-specific stuff in a separate, non-API
class, external plugins can happily continue to use
CTFReaderException without fear of leaking dependencies.

Change-Id: I27cccd60dd0ad1ca51a91c10b067a19b07c24f2e
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/12224
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFReaderException.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/Metadata.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/internal/ctf/core/event/metadata/exceptions/CtfAntlrException.java [new file with mode: 0644]
This page took 0.026684 seconds and 5 git commands to generate.