Uses of Class
org.apache.bcel.ExceptionConst.EXCS
-
Packages that use ExceptionConst.EXCS Package Description org.apache.bcel This package contains basic classes for the Byte Code Engineering Library and constants defined by the JVM specification. -
-
Uses of ExceptionConst.EXCS in org.apache.bcel
Methods in org.apache.bcel that return ExceptionConst.EXCS Modifier and Type Method Description static ExceptionConst.EXCS
ExceptionConst.EXCS. valueOf(java.lang.String name)
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.Methods in org.apache.bcel with parameters of type ExceptionConst.EXCS Modifier and Type Method Description static java.lang.Class<?>[]
ExceptionConst. createExceptions(ExceptionConst.EXCS type, java.lang.Class<?>... extraClasses)
Creates a copy of the specified Exception Class array combined with any additional Exception classes.
-