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 Summary
ConstructorsConstructorDescriptionConstructs a new exception with a default message.Constructs a new exception with a specific message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedInStandaloneModeException
public UnsupportedInStandaloneModeException()Constructs a new exception with a default message. -
UnsupportedInStandaloneModeException
Constructs a new exception with a specific message.- Parameters:
message
- the detail message
-