Class AotProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.beans.factory.aot.AotException
org.springframework.beans.factory.aot.AotProcessingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AotBeanProcessingException
Throw when an AOT processor failed.
- Since:
- 6.2
- Author:
- Stephane Nicoll
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAotProcessingException(String msg, Throwable cause) Create a new instance with the detail message and a root cause, if any.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AotProcessingExceptionCreate a new instance with the detail message and a root cause, if any.- Parameters:
- msg- the detail message
- cause- the root cause, if any
 
 
-