public class ClassNotFound extends Exception
| Modifier and Type | Field and Description |
|---|---|
Identifier |
name
The class that was not found
|
| Constructor and Description |
|---|
ClassNotFound(Identifier nm)
Create a ClassNotFound exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Identifier name
public ClassNotFound(Identifier nm)
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.