public class InvalidOptionException
extends GroovyException
Represents invalid options, e.g. unsupported options
| Constructor and description |
|---|
InvalidOptionException(String message)Creates an invalid-option exception with the supplied message. |
| Methods inherited from class | Name |
|---|---|
class GroovyException |
isFatal, setFatal |
Creates an invalid-option exception with the supplied message.
message - the validation failure messageCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.