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 SummaryConstructorsConstructorDescriptionAotInitializerNotFoundException(Class<?> mainClass, String initializerClassName) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AotInitializerNotFoundException
 
- 
- 
Method Details- 
getMainClass
 
-