DJAVA

au.gov.aao.drama
Class DramaSem.SemInterrupt

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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

Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


DJAVA

Click here for the DRAMA home page and here for the AAO home page.

For more information, contact tjf@aaoepp.aao.gov.au.