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 Summary
ConstructorsConstructorDescriptionAotProcessingException(String msg, Throwable cause) Create a new instance with the detail message and a root cause, if any. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AotProcessingException
Create a new instance with the detail message and a root cause, if any.- Parameters:
 msg- the detail messagecause- the root cause, if any
 
 -