org.apache.batik.util.resources
public class ResourceFormatException extends RuntimeException
Field Summary | |
---|---|
protected String | className
The class name of the resource bundle requested |
protected String | key
The name of the specific resource requested by the user |
Constructor Summary | |
---|---|
ResourceFormatException(String s, String className, String key)
Constructs a ResourceFormatException with the specified information.
|
Method Summary | |
---|---|
String | getClassName()
Gets parameter passed by constructor. |
String | getKey()
Gets parameter passed by constructor. |
String | toString()
Returns a printable representation of this object |
Serial:
Serial:
Parameters: s the detail message className the name of the resource class key the key for the malformed resource.