org.apache.bcel.verifier.exc
public class LoadingException extends VerifierConstraintViolatedException
Version: $Id: LoadingException.java 152804 2002-06-13 09:32:50Z enver $
| 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. | |