Class QualifiedNameNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.polyapi.commons.api.error.PolyApiException
io.polyapi.plugin.error.classloader.QualifiedNameNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when the qualified name for a class is not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQualifiedNameNotFoundException(String qualifiedName, Throwable cause) Constructor that sets the qualified name and adds a message around it. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QualifiedNameNotFoundException
Constructor that sets the qualified name and adds a message around it.- Parameters:
qualifiedName- The qualified name that wasn't found.cause- The exception that caused this one.
-