Uses of Class
com.ericsson.otp.erlang.OtpErlangException
-
Packages that use OtpErlangException Package Description com.ericsson.otp.erlang -
-
Uses of OtpErlangException in com.ericsson.otp.erlang
Subclasses of OtpErlangException in com.ericsson.otp.erlang Modifier and Type Class Description classOtpErlangDecodeExceptionException raised when an attempt is made to create an Erlang term by decoding a sequence of bytes that does not represent the type of term that was requested.classOtpErlangExitException raised when a communication channel is broken.classOtpErlangRangeExceptionException raised when an attempt is made to create an Erlang term with data that is out of range for the term in question.Methods in com.ericsson.otp.erlang that throw OtpErlangException Modifier and Type Method Description <T> OtpErlangObjectOtpErlangList. bind(T binds)<T> OtpErlangObjectOtpErlangMap. bind(T binds)<T> OtpErlangObjectOtpErlangObject. bind(T binds)Make new Erlang term replacing variables with the respective values from bindings argument(s).<T> OtpErlangObjectOtpErlangTuple. bind(T binds)StringOtpErlangList. stringValue()Convert a list of integers into a Unicode string, interpreting each integer as a Unicode code point value.Constructors in com.ericsson.otp.erlang that throw OtpErlangException Constructor Description OtpErlangList(OtpErlangObject[] elems, OtpErlangObject lastTail)Create a list from an array of arbitrary Erlang terms.OtpErlangString(OtpErlangList list)Create an Erlang string from a list of integers.
-