Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RiseClipseEditor
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
RiseClipseGroup
RiseClipseEditor
Commits
6761cdc9
Commit
6761cdc9
authored
May 07, 2018
by
Dominique Marcadet
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused class
parent
d450b15e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
46 deletions
+0
-46
RiseClipseFatalException.java
...lesupelec/edf/riseclipse/ui/RiseClipseFatalException.java
+0
-46
No files found.
fr.centralesupelec.edf.riseclipse.editor/src/fr/centralesupelec/edf/riseclipse/ui/RiseClipseFatalException.java
deleted
100644 → 0
View file @
d450b15e
/**
* Copyright (c) 2018 CentraleSupélec & EDF.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This file is part of the RiseClipse tool
*
* Contributors:
* Computer Science Department, CentraleSupélec
* EDF R&D
* Contacts:
* dominique.marcadet@centralesupelec.fr
* aurelie.dehouck-neveu@edf.fr
* Web site:
* http://wdi.supelec.fr/software/RiseClipse/
*/
package
fr
.
centralesupelec
.
edf
.
riseclipse
.
ui
;
@SuppressWarnings
(
"serial"
)
public
class
RiseClipseFatalException
extends
RuntimeException
{
public
RiseClipseFatalException
()
{
super
();
}
public
RiseClipseFatalException
(
String
message
)
{
super
(
message
);
}
public
RiseClipseFatalException
(
Throwable
cause
)
{
super
(
cause
);
}
public
RiseClipseFatalException
(
String
message
,
Throwable
cause
)
{
super
(
message
,
cause
);
}
// Not in Java6
// public RiseClipseFatalException( String message, Throwable cause, boolean enableSuppression,
// boolean writableStackTrace ) {
// super( message, cause, enableSuppression, writableStackTrace );
// }
}
Dominique Marcadet
@marcadetd
mentioned in issue
#7 (closed)
·
Jun 05, 2018
mentioned in issue
#7 (closed)
mentioned in issue #7
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment