The exception class that expresses the exceptions occurring in the APIs used in JavaVM is described below.
The following table describes a list of exception classes:
Table 10-2 Exception classes occurring in APIs used with JavaVM
Exception class name | Description |
---|---|
JP.co.Hitachi.soft.jvm.MemoryArea.MemoryManagementException | This is the base class of the exception classes defined in the JP.co.Hitachi.soft.jvm.MemoryArea package. This exception class is not assumed to be created or thrown in a Java program. The inherited class is InaccessibleMemoryAreaException. |
JP.co.Hitachi.soft.jvm.MemoryArea.InaccessibleMemoryAreaException | This exception class has been thrown when an attempt was made to execute an unsupported functionality, for an instance of the MemoryArea class. An example is the delete operation executed for an instance of the ExplicitMemory class that is either already reserved for deletion or is already deleted. This exception class is not assumed to be created or thrown in a Java program. The base class is MemoryManagementException. |