Uses of Class
com.ericsson.otp.erlang.OtpErlangRangeException

Uses of OtpErlangRangeException in com.ericsson.otp.erlang
 

Methods in com.ericsson.otp.erlang that throw OtpErlangRangeException
 byte OtpErlangLong.byteValue()
          Get this number as a byte.
 char OtpErlangLong.charValue()
          Get this number as a char.
 float OtpErlangDouble.floatValue()
          Get the value, as a float.
 int OtpErlangLong.intValue()
          Get this number as an int.
 short OtpErlangLong.shortValue()
          Get this number as a short.
 int OtpErlangLong.uIntValue()
          Get this number as a non-negative int.
 short OtpErlangLong.uShortValue()
          Get this number as a non-negative short.
 

Constructors in com.ericsson.otp.erlang that throw OtpErlangRangeException
OtpErlangByte(OtpInputStream buf)
          Create an Erlang integer from a stream containing an integer encoded in Erlang external format.
OtpErlangChar(OtpInputStream buf)
          Create an Erlang integer from a stream containing an integer encoded in Erlang external format.
OtpErlangFloat(OtpInputStream buf)
          Create an Erlang float from a stream containing a float encoded in Erlang external format.
OtpErlangInt(OtpInputStream buf)
          Create an Erlang integer from a stream containing an integer encoded in Erlang external format.
OtpErlangShort(OtpInputStream buf)
          Create an Erlang integer from a stream containing an integer encoded in Erlang external format.
OtpErlangUInt(int i)
          Create an Erlang integer from the given value.
OtpErlangUInt(OtpInputStream buf)
          Create an Erlang integer from a stream containing an integer encoded in Erlang external format.
OtpErlangUShort(OtpInputStream buf)
          Create an Erlang integer from a stream containing an integer encoded in Erlang external format.
OtpErlangUShort(short s)
          Create an Erlang integer from the given value.
 



Copyright © 2012 Open Source Erlang. All Rights Reserved.