|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.ba.type.ThrownException
public class ThrownException
An exception thrown from an instruction. These can be implicit (i.e., runtime exceptions and errors), or explicit (athrow, or declared exception from called method). This information is used in TypeAnalysis in order to determine:
ExceptionSet,
TypeAnalysis| Constructor Summary | |
|---|---|
ThrownException(org.apache.bcel.generic.ObjectType type,
boolean explicit)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThrownException(org.apache.bcel.generic.ObjectType type,
boolean explicit)
type - type of exceptionexplicit - true if explicit, false if implicit| Method Detail |
|---|
public 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.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||