Module com.aoapps.html.any
Interface Onsecuritypolicyviolation<E extends Element<?,?,E> & Onsecuritypolicyviolation<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
OnsecuritypolicyviolationUnexpected<E>
public interface Onsecuritypolicyviolation<E extends Element<?,?,E> & Onsecuritypolicyviolation<E>>
extends OnsecuritypolicyviolationUnexpected<E>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Utility class for working withOnsecuritypolicyviolation
. -
Method Summary
Modifier and TypeMethodDescriptiononsecuritypolicyviolation
(JavaScriptWritable<Ex> onsecuritypolicyviolation) onsecuritypolicyviolation
(IOSupplierE<?, Ex> onsecuritypolicyviolation) default E
onsecuritypolicyviolation
(Object onsecuritypolicyviolation)
-
Method Details
-
onsecuritypolicyviolation
- Specified by:
onsecuritypolicyviolation
in interfaceOnsecuritypolicyviolationUnexpected<E extends Element<?,
?, E> & Onsecuritypolicyviolation<E>> - Throws:
IOException
- Since:
- HTML 5
-
onsecuritypolicyviolation
default <Ex extends Throwable> E onsecuritypolicyviolation(IOSupplierE<?, Ex> onsecuritypolicyviolation) throws IOException, Ex- Specified by:
onsecuritypolicyviolation
in interfaceOnsecuritypolicyviolationUnexpected<E extends Element<?,
?, E> & Onsecuritypolicyviolation<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
onsecuritypolicyviolation
default <Ex extends Throwable> E onsecuritypolicyviolation(JavaScriptWritable<Ex> onsecuritypolicyviolation) throws IOException, Ex - Specified by:
onsecuritypolicyviolation
in interfaceOnsecuritypolicyviolationUnexpected<E extends Element<?,
?, E> & Onsecuritypolicyviolation<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-