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

ag.ion.bion.officelayer.util
Class Assert

java.lang.Object
  extended by ag.ion.bion.officelayer.util.Assert

public class Assert
extends java.lang.Object

Checker for internal application states.


Constructor Summary
Assert()
           
 
Method Summary
static void isNotNull(java.lang.Object object, java.lang.Class type, java.lang.Object requester)
          Checks the submitted object that it is not null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assert

public Assert()
Method Detail

isNotNull

public static void isNotNull(java.lang.Object object,
                             java.lang.Class type,
                             java.lang.Object requester)
Checks the submitted object that it is not null. If the submitted object is null a type of RuntimeException will be thrown.

Parameters:
object - object to be checked
type - type of the object
requester - requester of the check

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