Package org.springframework.boot
Class AotInitializerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.AotInitializerNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when the AOT initializer couldn't be found.
- Since:
- 3.2.6
- Author:
- Moritz Halbritter
- See Also:
-
Constructor Summary
ConstructorDescriptionAotInitializerNotFoundException
(Class<?> mainClass, String initializerClassName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AotInitializerNotFoundException
-
-
Method Details
-
getMainClass
-