org.apache.bcel.verifier.exc
public class LocalVariableInfoInconsistentException extends ClassConstraintException
Version: $Id: LocalVariableInfoInconsistentException.java 371539 2006-01-23 14:08:00Z tcurdt $
| Constructor Summary | |
|---|---|
| LocalVariableInfoInconsistentException()
Constructs a new LocalVariableInfoInconsistentException with null as its error message string. | |
| LocalVariableInfoInconsistentException(String message)
Constructs a new LocalVariableInfoInconsistentException with the specified error message. | |