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

Class ValueException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ValueException
    extends java.lang.Exception
    ValueException is thrown if the caller attempts to pass in an invalid value, or the results of a calculation generate an invalid value.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ValueException()
      Catches exceptions without a specified string
      ValueException(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

      • ValueException

        public ValueException()
        Catches exceptions without a specified string
      • ValueException

        public ValueException(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.