i.JvmError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javaee-rt Show documentation
Show all versions of javaee-rt Show documentation
An Execution Environment for Java SCOREs
package i;
/**
* Handles the cases of some kind of asynchronous JVM-originating exception which nobody should try to handle.
*/
public class JvmError extends AvmError {
private static final long serialVersionUID = 1L;
public JvmError(VirtualMachineError error) {
super(error);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy