
public class MissingPropertyException extends IllegalStateException
| Constructor and Description |
|---|
MissingPropertyException(String name)
Creates a new instance of
MissingPropertyException taking
the name of the missing property. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the missing property.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingPropertyException(String name)
MissingPropertyException taking
the name of the missing property.name - the name of the missing property.Copyright © 2005-2012 jDTAUS. All Rights Reserved.