Package com.google.javascript.jscomp
Class ConformanceRules.BanThrowOfNonErrorTypes
java.lang.Object
com.google.javascript.jscomp.ConformanceRules.AbstractRule
com.google.javascript.jscomp.ConformanceRules.BanThrowOfNonErrorTypes
- All Implemented Interfaces:
CheckConformance.Rule
- Enclosing class:
ConformanceRules
public static final class ConformanceRules.BanThrowOfNonErrorTypes
extends ConformanceRules.AbstractRule
Banned throw of non-error object types.
-
Constructor Summary
ConstructorsConstructorDescriptionBanThrowOfNonErrorTypes(AbstractCompiler compiler, com.google.javascript.jscomp.Requirement requirement) -
Method Summary
Methods inherited from class com.google.javascript.jscomp.ConformanceRules.AbstractRule
check, report, tsIsAllowlistedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.javascript.jscomp.CheckConformance.Rule
getPrecondition
-
Constructor Details
-
BanThrowOfNonErrorTypes
public BanThrowOfNonErrorTypes(AbstractCompiler compiler, com.google.javascript.jscomp.Requirement requirement) throws CheckConformance.InvalidRequirementSpec
-
-
Method Details
-
checkConformance
- Specified by:
checkConformancein classConformanceRules.AbstractRule- Returns:
- Whether the code represented by the Node conforms to the rule.
-