Uses of Class
to.etc.domui.trouble.ValidationException

Packages that use ValidationException
to.etc.domui.converter   
 

Uses of ValidationException in to.etc.domui.converter
 

Methods in to.etc.domui.converter that throw ValidationException
 boolean MiniScanner.scanLaxNumber(java.lang.String in)
          FIXME THIS IS WRONG - for any real type we cannot distinguish between the use of decimal point or comma as either separator or fraction indicator.
 boolean MiniScanner.scanLaxWithCurrencySign(java.lang.String in)
          Scans the input as a lax euro string and leave the buffer to hold a parseable numeric string for one of the to-java-type converters.