com.sculley.jim.swjava.exception
Class SetPrecisionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sculley.jim.swjava.exception.SetPrecisionException

public class SetPrecisionException
extends java.lang.Exception

Insert the type's description here. Creation date: (2/27/00 3:48:06 PM)

See Also:
Serialized Form

Constructor Summary
SetPrecisionException()
          SetPrecisionException constructor comment.
SetPrecisionException(int errorValue)
          SetPrecisionException constructor comment.
SetPrecisionException(java.lang.String s)
          SetPrecisionException constructor comment.
 
Method Summary
static java.lang.String buildMsg(int errorValue)
          Insert the method's description here.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetPrecisionException

public SetPrecisionException()
SetPrecisionException constructor comment.

SetPrecisionException

public SetPrecisionException(int errorValue)
SetPrecisionException constructor comment.

SetPrecisionException

public SetPrecisionException(java.lang.String s)
SetPrecisionException constructor comment.
Parameters:
s - java.lang.String
Method Detail

buildMsg

public static java.lang.String buildMsg(int errorValue)
Insert the method's description here. Creation date: (2/27/00 6:49:59 PM)
Returns:
java.lang.String