Package de.desy.tine.exceptions

Examples of de.desy.tine.exceptions.InvalidDataReferenceException


          return 0;         
        }
        linkStatus = TErrorList.invalid_reference;
        String msg = fullname+"["+devproperty+"] is attempting to use data object from "+clnk.getFullDeviceNameAndProperty();
        MsgLog.log("makeLink",msg,TErrorList.invalid_reference,null,0);
        throw new InvalidDataReferenceException(msg);
        //return TErrorList.invalid_reference;
      }
    }
   
    linkId = tf.registerLink(this); // adds a placeholder in the link table and returns the link id
View Full Code Here


          return 0;         
        }
        linkStatus = TErrorList.invalid_reference;
        String msg = fullname+"["+devproperty+"] is attempting to use data object from "+clnk.getFullDeviceNameAndProperty();
        MsgLog.log("makeLink",msg,TErrorList.invalid_reference,null,0);
        throw new InvalidDataReferenceException(msg);
        //return TErrorList.invalid_reference;
      }
    }
   
    linkId = tf.registerLink(this); // adds a placeholder in the link table and returns the link id
View Full Code Here

          return 0;         
        }
        linkStatus = TErrorList.invalid_reference;
        String msg = fullname+"["+devproperty+"] is attempting to use data object from "+clnk.getFullDeviceNameAndProperty();
        MsgLog.log("makeLink",msg,TErrorList.invalid_reference,null,0);
        throw new InvalidDataReferenceException(msg);
        //return TErrorList.invalid_reference;
      }
    }
   
    linkId = tf.registerLink(this); // adds a placeholder in the link table and returns the link id
View Full Code Here

TOP

Related Classes of de.desy.tine.exceptions.InvalidDataReferenceException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.