public class IncompatibleOptionsException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
IncompatibleOptionsException(ferram.rtoptions._RTOption[] incompatible) |
| Modifier and Type | Method and Description |
|---|---|
ferram.rtoptions._RTOption[] |
getIncompatibleOptions()
Returns the array containing the incompatible options which caused this
exception.
|
java.lang.String |
incompatibleOptions()
Returns the comma separated list of incompatible options.
|
public IncompatibleOptionsException(ferram.rtoptions._RTOption[] incompatible)
public ferram.rtoptions._RTOption[] getIncompatibleOptions()
public java.lang.String incompatibleOptions()