public class NoSuchClassError
extends java.lang.Error
Constructor | Description |
---|---|
NoSuchClassError(java.lang.String className,
java.lang.Error cause) |
Constructs an exception.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getClassName() |
Returns the name of the class not found.
|
Copyright © 2018 Shigeru Chiba, www.javassist.org. All Rights Reserved.