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