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