|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.melati.util.MelatiException
org.melati.util.PropertyException
org.melati.util.FormatPropertyException
public class FormatPropertyException
Thrown when an attempt is made to cast a String
property value as a numeric type.
| Field Summary | |
|---|---|
String |
expected
The expected value. |
String |
value
The actual value. |
| Fields inherited from class org.melati.util.PropertyException |
|---|
properties, propertyName |
| Fields inherited from class org.melati.util.MelatiException |
|---|
subException |
| Constructor Summary | |
|---|---|
FormatPropertyException(Properties properties,
String propertyName,
String value,
String expected,
Exception problem)
Full constructor. |
|
| Method Summary | |
|---|---|
String |
getMessage()
|
| Methods inherited from class org.melati.util.MelatiException |
|---|
innermostException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String value
public String expected
| Constructor Detail |
|---|
public FormatPropertyException(Properties properties,
String propertyName,
String value,
String expected,
Exception problem)
| Method Detail |
|---|
public String getMessage()
MelatiException
getMessage in class PropertyExceptionThrowable.getMessage()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||