Package com.ericsson.otp.erlang
Class OtpErlangException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ericsson.otp.erlang.OtpException
-
- com.ericsson.otp.erlang.OtpErlangException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
OtpErlangDecodeException
,OtpErlangExit
,OtpErlangRangeException
public class OtpErlangException extends OtpException
Base class for the other OTP erlang exception classes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OtpErlangException()
Provides no message.OtpErlangException(java.lang.String msg)
Provides a detailed message.
-