jpl.eda.archive.server
Class RuleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjpl.eda.archive.server.RuleException
All Implemented Interfaces:
java.io.Serializable

public class RuleException
extends java.lang.Exception

This class is intended to be thrown as an exception in the Rule class.

Version:
$Revision: 1.3 $
Author:
S. Hardman
See Also:
Rule, Serialized Form

Constructor Summary
RuleException()
          Constructor given no arguments.
RuleException(java.lang.String message)
          Constructor given a message string.
RuleException(java.lang.String message, java.lang.Throwable cause)
          Constructor given a message and a cause.
RuleException(java.lang.Throwable cause)
          Constructor given a cause.
 
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

RuleException

public RuleException()
Constructor given no arguments. This constructor calls the Exception constructor with the same signature.


RuleException

public RuleException(java.lang.String message)
Constructor given a message string. This constructor calls the Exception constructor with the same signature.

Parameters:
message - The message associated with the exception.

RuleException

public RuleException(java.lang.Throwable cause)
Constructor given a cause. This constructor calls the Exception constructor with the same signature.

Parameters:
cause - The exception that caused this exception.

RuleException

public RuleException(java.lang.String message,
                     java.lang.Throwable cause)
Constructor given a message and a cause. This constructor calls the Exception constructor with the same signature.

Parameters:
message - The message associated with the exception.
cause - The exception that caused this exception.


Copyright © 1999-2005 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.