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