edu.umd.cs.findbugs.ba.type
public class ThrownException extends Object
See Also: ExceptionSet TypeAnalysis
| Constructor Summary | |
|---|---|
| ThrownException(ObjectType type, boolean explicit)
Constructor.
| |
| Method Summary | |
|---|---|
| ThrownException | duplicate()
Return an identical copy of this object. |
| ObjectType | getType()
Get the exception type. |
| boolean | isExplicit()
Return whether or not the exception is explicit. |
| void | setExplicit(boolean explicit)
Set whether or not the exception is explicit. |
Parameters: type type of exception explicit true if explicit, false if implicit