public class ThrownException
extends java.lang.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(java.lang.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)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.