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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiononerror(JavaScriptWritable<Ex> onerror) onerror(IOSupplierE<?, Ex> onerror) default E
-
Method Details
-
onerror
- Specified by:
onerrorin interfaceOnerrorUnexpected<E extends Element<?,?, E> & Onerror<E>> - Throws:
IOException- Since:
- HTML 5
-
onerror
- Specified by:
onerrorin interfaceOnerrorUnexpected<E extends Element<?,?, E> & Onerror<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
onerror
- Specified by:
onerrorin interfaceOnerrorUnexpected<E extends Element<?,?, E> & Onerror<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
