public class UnsupportedElementException extends BuildException
| Constructor and Description |
|---|
UnsupportedElementException(String msg,
String element)
Constructs an unsupported element exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getElement()
Get the element that is wrong.
|
getLocation, setLocation, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTracepublic String getElement()