package matrix.implementations.binary.etc; public class ElementLengthException extends Exception { public ElementLengthException(String message) { super(message); } }