Class UnsupportedInStandaloneModeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.apache.maven.impl.standalone.UnsupportedInStandaloneModeException
- All Implemented Interfaces:
- Serializable
Exception thrown when attempting to use features that are not supported in standalone mode.
 
This exception indicates that a requested operation is only available when running within a full Maven build context, not in the simplified standalone environment.
- Since:
- 4.0.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a new exception with a default message.Constructs a new exception with a specific message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnsupportedInStandaloneModeExceptionpublic UnsupportedInStandaloneModeException()Constructs a new exception with a default message.
- 
UnsupportedInStandaloneModeExceptionConstructs a new exception with a specific message.- Parameters:
- message- the detail message
 
 
-