44454647484950
} public short opWithException() throws MyException { throw new MyException("This is only a test exception, no harm done :-)"); }
51525354555657
return width; } public short opWithException() throws MyException { throw new MyException("This is only a test exception, no harm done :-)"); }