Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.unibe.iam.scg.archie.model
Class SetDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.unibe.iam.scg.archie.model.SetDataException
All Implemented Interfaces:
java.io.Serializable

public class SetDataException
extends java.lang.Exception

Custom Exception which handles malformed input Strings for queries.

$Id$

See Also:
Serialized Form

Constructor 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetDataException

public SetDataException(java.lang.String message)
This exception is thrown by a query if any of the annotated methods can't handle the input string. The message is printed to the output.

Parameters:
message - error message to be displayed to the user in the UI.

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013