io.neow3j.transaction.exceptions.ScriptFormatException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
neow3j: Java/Kotlin/Android Development Toolkit for the Neo Blockchain
package io.neow3j.transaction.exceptions;
public class ScriptFormatException extends RuntimeException {
public ScriptFormatException() {
super();
}
public ScriptFormatException(String s) {
}
public ScriptFormatException(String message, Throwable cause) {
super(message, cause);
}
public ScriptFormatException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy