Package io.anyline2.core
Class exceptionsJNI
- java.lang.Object
-
- io.anyline2.core.exceptionsJNI
-
public class exceptionsJNI extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description exceptionsJNI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
ArgumentException_SWIGUpcast(long jarg1)
static void
delete_AnylineException(long jarg1)
static void
delete_ArgumentException(long jarg1)
static void
delete_LicenseException(long jarg1)
static void
delete_PluginException(long jarg1)
static long
LicenseException_SWIGUpcast(long jarg1)
static long
PluginException_SWIGUpcast(long jarg1)
-
-
-
Method Detail
-
delete_AnylineException
public static final void delete_AnylineException(long jarg1)
-
delete_LicenseException
public static final void delete_LicenseException(long jarg1)
-
delete_ArgumentException
public static final void delete_ArgumentException(long jarg1)
-
delete_PluginException
public static final void delete_PluginException(long jarg1)
-
LicenseException_SWIGUpcast
public static final long LicenseException_SWIGUpcast(long jarg1)
-
ArgumentException_SWIGUpcast
public static final long ArgumentException_SWIGUpcast(long jarg1)
-
PluginException_SWIGUpcast
public static final long PluginException_SWIGUpcast(long jarg1)
-
-