Documentation of 'com.mhuss.AstroLib.NoInitException' Java class
NoInitException
com.mhuss.AstroLib

Class 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.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, 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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.