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