public class ThrownException extends Object
ExceptionSet,
TypeAnalysis| Constructor and Description |
|---|
ThrownException(org.apache.bcel.generic.ObjectType type,
boolean explicit)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ThrownException |
duplicate()
Return an identical copy of this object.
|
boolean |
equals(Object o) |
org.apache.bcel.generic.ObjectType |
getType()
Get the exception type.
|
int |
hashCode() |
boolean |
isExplicit()
Return whether or not the exception is explicit.
|
void |
setExplicit(boolean explicit)
Set whether or not the exception is explicit.
|
public ThrownException(org.apache.bcel.generic.ObjectType type,
boolean explicit)
type - type of exceptionexplicit - true if explicit, false if implicitpublic ThrownException duplicate()
public org.apache.bcel.generic.ObjectType getType()
public boolean isExplicit()
public void setExplicit(boolean explicit)
Copyright © 2003–2015. All rights reserved.