Class IncompatibleMaskException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IncompatibleMaskException
    extends UsrException

    An IncompatibleMaskException is thrown when operations are attempting involving two masks of different lengths.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IncompatibleMaskException()
      construct a new IncompatibleMaskException with no message.
      IncompatibleMaskException​(java.lang.String message)
      constructs a new IncompatiblemaskException with a descriptive message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IncompatibleMaskException

        public IncompatibleMaskException()
        construct a new IncompatibleMaskException with no message.
      • IncompatibleMaskException

        public IncompatibleMaskException​(java.lang.String message)
        constructs a new IncompatiblemaskException with a descriptive message.
        Parameters:
        message - the description of what went wrong.