Class OtpErlangException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OtpErlangDecodeException, OtpErlangExit, OtpErlangRangeException

public class OtpErlangException extends OtpException
Base class for the other OTP erlang exception classes.
See Also:
  • Constructor Details

    • OtpErlangException

      public OtpErlangException()
      Provides no message.
    • OtpErlangException

      public OtpErlangException(String msg)
      Provides a detailed message.