|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.batik.util.resources.ResourceFormatException
public class ResourceFormatException
Signals a format error in a resource bundle
| 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 |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String className
protected String key
| Constructor Detail |
|---|
public ResourceFormatException(String s,
String className,
String key)
s - the detail messageclassName - the name of the resource classkey - the key for the malformed resource.| Method Detail |
|---|
public String getClassName()
public String getKey()
public String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||