LimitMemoryException
محتويات
[
يخفي
]Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Error, java.lang.VirtualMachineError, java.lang.OutOfMemoryError, com.aspose.ms.System.OutOfMemoryException
public class LimitMemoryException extends System.OutOfMemoryException
استثناء حد الذاكرة. يحدث عندما يجب تقليل استخدام الذاكرة.
المنشئات
| المنشئ | الوصف |
|---|---|
| LimitMemoryException(String message) | ينشئ مثيلاً جديدًا من الفئة LimitMemoryException. |
| LimitMemoryException(String message, Throwable innerException) | ينشئ مثيلاً جديدًا من الفئة LimitMemoryException. |
| LimitMemoryException(String message, long reduceMemoryFactor) | ينشئ مثيلاً جديدًا من الفئة LimitMemoryException. |
| LimitMemoryException(String message, Throwable innerException, int reduceMemoryFactor) | ينشئ مثيلاً جديدًا من الفئة LimitMemoryException. |
الطرق
| طريقة | الوصف |
|---|---|
| getReduceMemoryFactor() | يحصل أو يضبط عامل تقليل الذاكرة. |
| setReduceMemoryFactor(long value) | يحصل أو يضبط عامل تقليل الذاكرة. |
LimitMemoryException(String message)
public LimitMemoryException(String message)
ينشئ مثيلاً جديدًا من الفئة LimitMemoryException.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| message | java.lang.String | رسالة الاستثناء. |
LimitMemoryException(String message, Throwable innerException)
public LimitMemoryException(String message, Throwable innerException)
ينشئ مثيلاً جديدًا من الفئة LimitMemoryException.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| message | java.lang.String | رسالة الاستثناء. |
| innerException | java.lang.Throwable | الاستثناء الداخلي. |
LimitMemoryException(String message, long reduceMemoryFactor)
public LimitMemoryException(String message, long reduceMemoryFactor)
ينشئ مثيلاً جديدًا من الفئة LimitMemoryException.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| message | java.lang.String | رسالة الاستثناء. |
| reduceMemoryFactor | long | عامل تقليل الذاكرة. |
LimitMemoryException(String message, Throwable innerException, int reduceMemoryFactor)
public LimitMemoryException(String message, Throwable innerException, int reduceMemoryFactor)
ينشئ مثيلاً جديدًا من الفئة LimitMemoryException.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| message | java.lang.String | رسالة الاستثناء. |
| innerException | java.lang.Throwable | الاستثناء الداخلي. |
| reduceMemoryFactor | int | عامل تقليل الذاكرة. |
getReduceMemoryFactor()
public long getReduceMemoryFactor()
يحصل أو يضبط عامل تقليل الذاكرة.
القيمة: عامل تقليل الذاكرة.
Returns: long
setReduceMemoryFactor(long value)
public void setReduceMemoryFactor(long value)
يحصل أو يضبط عامل تقليل الذاكرة.
القيمة: عامل تقليل الذاكرة.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| القيمة | long |