|
|||||||||||
| 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
koala.dynamicjava.gui.resource.ResourceFormatException
Signals a format error in a resource bundle
| 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 |
| Constructor Detail |
public ResourceFormatException(java.lang.String s,
java.lang.String className,
java.lang.String key)
s - the detail messagekey - the key for the malformed resource.| Method Detail |
public java.lang.String getClassName()
public java.lang.String getKey()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||