org.apache.batik.util.resources

Class ResourceFormatException

public class ResourceFormatException extends RuntimeException

Signals a format error in a resource bundle
Field Summary
protected StringclassName
The class name of the resource bundle requested
protected Stringkey
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
StringgetClassName()
Gets parameter passed by constructor.
StringgetKey()
Gets parameter passed by constructor.
StringtoString()
Returns a printable representation of this object

Field Detail

className

protected String className
The class name of the resource bundle requested

Serial:

key

protected String key
The name of the specific resource requested by the user

Serial:

Constructor Detail

ResourceFormatException

public ResourceFormatException(String s, String className, String key)
Constructs a ResourceFormatException with the specified information. A detail message is a String that describes this particular exception.

Parameters: s the detail message className the name of the resource class key the key for the malformed resource.

Method Detail

getClassName

public String getClassName()
Gets parameter passed by constructor.

getKey

public String getKey()
Gets parameter passed by constructor.

toString

public String toString()
Returns a printable representation of this object
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.