java.lang.Object
|---java.lang.Throwable
|---|---java.lang.Exception
|---|---|---ohos.aafwk.ability.FormException
& public class FormException
& extends Exception
描述在 Form 操作过程中发生错误时引发的异常。
修饰符和类型 | 类 | 描述 |
---|---|---|
static class | FormException.FormError | FormError 表示表单错误代码和错误信息。 |
修饰符和类型 | 方法 | 描述 |
---|---|---|
FormException.FormError | getErrorCode() | 获取此 FormException 中发生的 FormError。 |
String | getMessage() | 返回此 throwable 的详细消息字符串。 |
从 java.lang.Object 类继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
从 java.lang.Throwable 类继承的方法 |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
public String getMessage()
返回此 throwable 的详细消息字符串。
覆盖:
Throwable 类中的 getMessage
返回:
此 FormError 实例的详细消息字符串(可能为 null)。
public FormException.FormError getErrorCode()
获取此 FormException 中发生的 FormError。
返回:
返回此 FormException 中发生的 FormError。
ModuleInfojava.lang.Object |---ohos.bundle.ModuleInfopublic class ModuleInfoextends Object存储有关应用程序的模块信息。一...
ReliableFileDescriptorjava.lang.Object |---ohos.rpc.ReliableFileDescriptorpublic class ReliableFileDescriptorextends Obj...
响应显示区域变化显示区域尺寸显示区域指小程序界面中可以自由布局展示的区域。在默认情况下,小程序显示区域的尺寸自页面初始化...