automation.library.conversion2jmx.har2jmx.exception.NullHarModelException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library-conversion2jmx Show documentation
Show all versions of library-conversion2jmx Show documentation
The 'conversion2jmx' library to helps creating JMeter JMX files from different sources
The newest version!
//
// Decompiled by Procyon v0.5.36
//
package automation.library.conversion2jmx.har2jmx.exception;
public class NullHarModelException extends Exception
{
public NullHarModelException() {
super("The har model can not be null!");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy