mhuss utils 1.1.5ws

com.mhuss.AstroLib
Class NoInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mhuss.AstroLib.NoInitException
All Implemented Interfaces:
java.io.Serializable

public class NoInitException
extends java.lang.Exception

NoInitException is thrown if the caller attempts to call a method which requires some sort of initializtion if init was not done.

Author:
meh 2002
See Also:
Serialized Form

Constructor Summary
NoInitException()
          Catches exceptions without a specified string
NoInitException(java.lang.String message)
          Constructs the appropriate exception with the specified string
 
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
 

Constructor Detail

NoInitException

public NoInitException()
Catches exceptions without a specified string


NoInitException

public NoInitException(java.lang.String message)
Constructs the appropriate exception with the specified string

Parameters:
message - String Exception message

mhuss utils 1.1.5ws

bottom text