Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Make LyoModelException unchecked
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Jul 15, 2019
1 parent 33fe7b6 commit 18fa015
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -12,7 +12,10 @@

package org.eclipse.lyo.oslc4j.core.exception;

public class LyoModelException extends Exception {
/**
* An unchecked exception to indicate a problem with (un)marshalling an RDF graph model.
*/
public class LyoModelException extends RuntimeException {

public LyoModelException() {
}
Expand Down

0 comments on commit 18fa015

Please sign in to comment.