X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.reflection%2Fsrc%2Forg%2Fsimantics%2Fscl%2Freflection%2FValueNotFoundException.java;h=5d9b97e1976dc7898c1c8ba6d93ed610bc61ff1c;hb=cc7c007fb930bb1453a529916f8cf2ba8d18f0e3;hp=ed2cbdad8e1894e08a629972f8878a974087c652;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/ValueNotFoundException.java b/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/ValueNotFoundException.java old mode 100755 new mode 100644 index ed2cbdad8..5d9b97e19 --- a/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/ValueNotFoundException.java +++ b/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/ValueNotFoundException.java @@ -1,27 +1,27 @@ -package org.simantics.scl.reflection; - -/** - * Thrown when there was no suitable SCL value for given URI. - * @author Hannu Niemistö - */ -public class ValueNotFoundException extends Exception { - - private static final long serialVersionUID = 6632560554523580437L; - - public ValueNotFoundException() { - super(); - } - - public ValueNotFoundException(String message, Throwable cause) { - super(message, cause); - } - - public ValueNotFoundException(String message) { - super(message); - } - - public ValueNotFoundException(Throwable cause) { - super(cause); - } - -} +package org.simantics.scl.reflection; + +/** + * Thrown when there was no suitable SCL value for given URI. + * @author Hannu Niemistö + */ +public class ValueNotFoundException extends Exception { + + private static final long serialVersionUID = 6632560554523580437L; + + public ValueNotFoundException() { + super(); + } + + public ValueNotFoundException(String message, Throwable cause) { + super(message, cause); + } + + public ValueNotFoundException(String message) { + super(message); + } + + public ValueNotFoundException(Throwable cause) { + super(cause); + } + +}