Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Analyst WebApp
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fidentis
Analyst WebApp
Commits
b77711c4
There was an error fetching the commit references. Please try again later.
Commit
b77711c4
authored
3 years ago
by
Jakub Kolman
Browse files
Options
Downloads
Patches
Plain Diff
[#81] feat: added procrustesAnalysis exception
parent
b0f0ba96
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Comparison/src/main/java/cz/fidentis/analyst/procrustes/exceptions/ProcrustesAnalysisException.java
+21
-0
21 additions, 0 deletions
...st/procrustes/exceptions/ProcrustesAnalysisException.java
with
21 additions
and
0 deletions
Comparison/src/main/java/cz/fidentis/analyst/procrustes/exceptions/ProcrustesAnalysisException.java
0 → 100644
+
21
−
0
View file @
b77711c4
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package
cz.fidentis.analyst.procrustes.exceptions
;
/**
*
* @author Jakub Kolman
*/
public
class
ProcrustesAnalysisException
extends
RuntimeException
{
/**
* throws run time exception with message
* @param message
*/
public
ProcrustesAnalysisException
(
String
message
)
{
super
(
message
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment