au.gov.aao.drama
Class DramaSem.SemInterrupt
java.lang.Object
java.lang.Throwable
java.lang.Error
au.gov.aao.drama.DramaSem.SemInterrupt
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DramaSem
public class DramaSem.SemInterrupt
- extends Error
A class thrown when an interrupt occurs whist waiting for the DRAMA
Semaphore.
Semaphore errors are serious problems that a reasonable application
would not normally try to catch. Hence this class is a sub-class of
Error and is catching of them is not checked by the compiler.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tjf@aaoepp.aao.gov.au.