Module com.aoapps.html.any
Interface Onerror<E extends Element<?,?,E> & Onerror<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
OnerrorUnexpected<E>
- All Known Implementing Classes:
AnyBODY
,AnyIMG
,AnyINPUT.Dynamic
,AnyINPUT.Image
,AnyLINK
,AnySCRIPT
,AnySTYLE
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiononerror
(JavaScriptWritable<Ex> onerror) onerror
(IOSupplierE<?, Ex> onerror) default E
-
Method Details
-
onerror
- Specified by:
onerror
in interfaceOnerrorUnexpected<E extends Element<?,
?, E> & Onerror<E>> - Throws:
IOException
- Since:
- HTML 5
-
onerror
- Specified by:
onerror
in interfaceOnerrorUnexpected<E extends Element<?,
?, E> & Onerror<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
onerror
- Specified by:
onerror
in interfaceOnerrorUnexpected<E extends Element<?,
?, E> & Onerror<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-