Class IncompatibleMaskException

All Implemented Interfaces:
Serializable

public class IncompatibleMaskException extends UsrException

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

See Also:
  • Constructor Details

    • IncompatibleMaskException

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

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