|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
waelti.statistics.queries.SetDataException
public class SetDataException
This class is used to represent any input errors in the QueryInputDialog. This exception is thrown by the methods annotated with SetProperty tags in the query classes. Therefore the whole input handling is done by these classes and not the input dialog since the view cannot know which values are valid and which are not. The value of the exception message will be displayed to the user.
Annotation
,
(example)
,
Serialized FormConstructor Summary | |
---|---|
SetDataException(java.lang.String message)
This exception is thrown by a query if any of the annotated methods can't handle the input string. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SetDataException(java.lang.String message)
message
- error message to be displayed to the user in the UI.
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |