Package | Description |
---|---|
org.apache.bcel |
This package contains basic classes for the
Byte Code Engineering Library
and constants defined by the
JVM specification.
|
Modifier and Type | Method and Description |
---|---|
static ExceptionConst.EXCS |
ExceptionConst.EXCS.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static Class<?>[] |
ExceptionConst.createExceptions(ExceptionConst.EXCS type,
Class<?>... extraClasses)
Creates a copy of the specified Exception Class array combined with any additional Exception classes.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.