com.sculley.jim.swjava.exception
Class SetArcLengthLeaderStyleException

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

public class SetArcLengthLeaderStyleException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
SetArcLengthLeaderStyleException()
          SetArcLengthLeaderStyleException constructor comment.
SetArcLengthLeaderStyleException(int errorValue)
          SetArcLengthLeaderStyleException constructor comment.
SetArcLengthLeaderStyleException(java.lang.String s)
          SetArcLengthLeaderStyleException 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

SetArcLengthLeaderStyleException

public SetArcLengthLeaderStyleException()
SetArcLengthLeaderStyleException constructor comment.

SetArcLengthLeaderStyleException

public SetArcLengthLeaderStyleException(int errorValue)
SetArcLengthLeaderStyleException constructor comment.
Parameters:
errorValue - int

SetArcLengthLeaderStyleException

public SetArcLengthLeaderStyleException(java.lang.String s)
SetArcLengthLeaderStyleException 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