edu.umd.cs.findbugs.classfile

Class CheckedAnalysisException

public class CheckedAnalysisException extends Exception

Common superclass for all checked exceptions that can be thrown while performing some kind of analysis.

Author: David Hovemeyer

Constructor Summary
CheckedAnalysisException()
Constructor.
CheckedAnalysisException(String msg)
Constructor.
CheckedAnalysisException(String msg, Throwable cause)
Constructor.

Constructor Detail

CheckedAnalysisException

public CheckedAnalysisException()
Constructor.

CheckedAnalysisException

public CheckedAnalysisException(String msg)
Constructor.

Parameters: msg message

CheckedAnalysisException

public CheckedAnalysisException(String msg, Throwable cause)
Constructor.

Parameters: msg message cause root cause of this exception

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.