Uses of Enum
org.apache.bcel.ExceptionConst.EXCS
Packages that use ExceptionConst.EXCS
Package
Description
Basic classes for the Apache Byte Code Engineering Library (BCEL) and constants defined by the
JVM specification.
-
Uses of ExceptionConst.EXCS in org.apache.bcel
Subclasses with type arguments of type ExceptionConst.EXCS in org.apache.bcelModifier and TypeClassDescriptionstatic enumEnum corresponding to the various Exception Class arrays, used byExceptionConst.createExceptions(EXCS, Class...)Methods in org.apache.bcel that return ExceptionConst.EXCSModifier and TypeMethodDescriptionstatic ExceptionConst.EXCSReturns the enum constant of this type with the specified name.static ExceptionConst.EXCS[]ExceptionConst.EXCS.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bcel with parameters of type ExceptionConst.EXCSModifier and TypeMethodDescriptionstatic Class<?>[]ExceptionConst.createExceptions(ExceptionConst.EXCS type, Class<?>... extraClasses) Creates a copy of the specified Exception Class array combined with any additional Exception classes.