Class ReturnNonZero


  • public class ReturnNonZero
    extends java.lang.Object
    A class to print to stdout then exit with a non-zero value. This class is used to test the Exec actor.
    Since:
    Ptolemy II 8.0
    Version:
    $Id$
    Author:
    Daniel Crawl
    • Constructor Summary

      Constructors 
      Constructor Description
      ReturnNonZero()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReturnNonZero

        public ReturnNonZero()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)