public class MissingResourceException extends RuntimeException
Exception
,
ResourceBundle
,
Serialized FormConstructor and Description |
---|
MissingResourceException(String s,
String className,
String key)
Constructs a MissingResourceException with the specified information.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Gets parameter passed by constructor.
|
String |
getKey()
Gets parameter passed by constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingResourceException(String s, String className, String key)
s
- the detail messageclassName
- the name of the resource classkey
- the key for the missing resource.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.