|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of OtpErlangException in com.ericsson.otp.erlang |
|---|
| Subclasses of OtpErlangException in com.ericsson.otp.erlang | |
|---|---|
class |
OtpErlangDecodeException
Exception 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. |
class |
OtpErlangExit
Exception raised when a communication channel is broken. |
class |
OtpErlangRangeException
Exception 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 | |
|---|---|
java.lang.String |
OtpErlangList.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 | |
|---|---|
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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||