Current Forum: Homework 6 Part 1 |
Date: Wed Nov 28 2001 5:40 pm |
Author: Dozzi, Giancarlo <gdozzi@andrew.cmu.edu> |
Subject: protected inner exception class |
|
|
When a class (such as MyBoard) extends another class (such as Board), does it have access to its inner classes (such as IllegalMoveException). The compiler is having trouble finding IllegalMoveException, and I wasn't sure why.
Thanks, Giancarlo |
|