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