Package org.apache.batik.util.resources
Class ResourceFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.batik.util.resources.ResourceFormatException
- All Implemented Interfaces:
Serializable
Signals a format error in a resource bundle
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResourceFormatException
(String s, String className, String key) Constructs a ResourceFormatException with the specified information. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
className
The class name of the resource bundle requested -
key
The name of the specific resource requested by the user
-
-
Constructor Details
-
ResourceFormatException
Constructs a ResourceFormatException with the specified information. A detail message is a String that describes this particular exception.- Parameters:
s
- the detail messageclassName
- the name of the resource classkey
- the key for the malformed resource.
-
-
Method Details