org.apache.bcel.verifier.exc
public class StructuralCodeConstraintException extends CodeConstraintException
| Constructor and Description |
|---|
StructuralCodeConstraintException()
Constructs a new StructuralCodeConstraintException with null as its error message string.
|
StructuralCodeConstraintException(String message)
Constructs a new StructuralCodeConstraintException with the specified error message.
|
extendMessage, getMessagefillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StructuralCodeConstraintException(String message)
public StructuralCodeConstraintException()