jumbo.euclid
Class UninitialisedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jumbo.euclid.UninitialisedException

public class UninitialisedException
extends java.lang.Exception

a Object has not been initialised

See Also:
Serialized Form

Constructor Summary
UninitialisedException()
          a Object has not been initialised
UninitialisedException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UninitialisedException

public UninitialisedException()
a Object has not been initialised

UninitialisedException

public UninitialisedException(java.lang.String s)