mhuss utils 1.1.5ws

com.mhuss.AstroLib
Class ValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mhuss.AstroLib.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.

Author:
meh 2002
See Also:
Serialized Form

Constructor Summary
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
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

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

mhuss utils 1.1.5ws

bottom text