com.sculley.jim.swjava.exception
Class ComponentReloadException

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

public class ComponentReloadException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ComponentReloadException()
          ComponentReloadException constructor comment.
ComponentReloadException(int swComponentReloadError)
          ComponentReloadException constructor comment.
ComponentReloadException(java.lang.String s)
          ComponentReloadException constructor comment.
 
Method Summary
static java.lang.String buildMessage(int error)
          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

ComponentReloadException

public ComponentReloadException()
ComponentReloadException constructor comment.

ComponentReloadException

public ComponentReloadException(int swComponentReloadError)
ComponentReloadException constructor comment.
Parameters:
s - java.lang.String

ComponentReloadException

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

buildMessage

public static java.lang.String buildMessage(int error)
Insert the method's description here. Creation date: (2/14/00 12:46:36 PM)
Returns:
java.lang.String