public class NotExportedClassException extends ClassNotFoundException
ClassNotFoundException providing additional troubleshooting information.| Constructor and Description |
|---|
NotExportedClassException(String className,
ClassLoaderFilter filter)
Builds the exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
ClassLoaderFilter |
getFilter() |
String |
getMessage() |
getCause, getExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotExportedClassException(String className, ClassLoaderFilter filter)
className - the name of the class that was trying to be loaded.filter - the applied filter for the artifact.public String getClassName()
public ClassLoaderFilter getFilter()
public String getMessage()
getMessage in class ThrowableCopyright © 2021 MuleSoft, Inc.. All rights reserved.