Class CheckedShortProcedure

  • All Implemented Interfaces:
    java.io.Serializable, ShortProcedure

    public abstract class CheckedShortProcedure
    extends java.lang.Object
    implements ShortProcedure
    This file was automatically generated from template file checkedPrimitiveProcedure.stg.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void safeValue​(short item)  
      void value​(short item)  
      • Methods inherited from class java.lang.Object

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

      • CheckedShortProcedure

        public CheckedShortProcedure()
    • Method Detail

      • value

        public final void value​(short item)
        Specified by:
        value in interface ShortProcedure
      • safeValue

        public abstract void safeValue​(short item)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception