Uses of Enum
org.apache.bcel.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
Modifier and TypeMethodDescriptionstatic ExceptionConst.EXCS
Returns 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.Modifier 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.