X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.reflection%2Fsrc%2Forg%2Fsimantics%2Fscl%2Freflection%2FTypeNotFoundException.java;h=1d8cbba33cc9b5442871553b98cac54397070513;hp=62552d20a3f88ab3459e67464a5fd667fd26bd6c;hb=91e878ce39c9db112d658b3236f29a13e12724e6;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/TypeNotFoundException.java b/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/TypeNotFoundException.java old mode 100755 new mode 100644 index 62552d20a..1d8cbba33 --- a/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/TypeNotFoundException.java +++ b/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/TypeNotFoundException.java @@ -1,27 +1,27 @@ -package org.simantics.scl.reflection; - -/** - * Thrown when a SCL type could not be converted to a Java class. - * @author Hannu Niemistö - */ -public class TypeNotFoundException extends Exception { - - private static final long serialVersionUID = 6507735480719948758L; - - public TypeNotFoundException() { - super(); - } - - public TypeNotFoundException(String message, Throwable cause) { - super(message, cause); - } - - public TypeNotFoundException(String message) { - super(message); - } - - public TypeNotFoundException(Throwable cause) { - super(cause); - } - -} +package org.simantics.scl.reflection; + +/** + * Thrown when a SCL type could not be converted to a Java class. + * @author Hannu Niemistö + */ +public class TypeNotFoundException extends Exception { + + private static final long serialVersionUID = 6507735480719948758L; + + public TypeNotFoundException() { + super(); + } + + public TypeNotFoundException(String message, Throwable cause) { + super(message, cause); + } + + public TypeNotFoundException(String message) { + super(message); + } + + public TypeNotFoundException(Throwable cause) { + super(cause); + } + +}