|
||||||||||
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 java.lang.String |
className
The class name of the resource bundle requested |
protected java.lang.String |
key
The name of the specific resource requested by the user |
Constructor Summary | |
---|---|
ResourceFormatException(java.lang.String s,
java.lang.String className,
java.lang.String key)
Constructs a ResourceFormatException with the specified information. |
Method Summary | |
---|---|
java.lang.String |
getClassName()
Gets parameter passed by constructor. |
java.lang.String |
getKey()
Gets parameter passed by constructor. |
java.lang.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 java.lang.String className
protected java.lang.String key
Constructor Detail |
---|
public ResourceFormatException(java.lang.String s, java.lang.String className, java.lang.String key)
s
- the detail messageclassName
- the name of the resource classkey
- the key for the malformed resource.Method Detail |
---|
public java.lang.String getClassName()
public java.lang.String getKey()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |