Compoze Software, Inc.

com.compoze.util
Class InvalidRuleException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--com.compoze.util.InvalidRuleException

All Implemented Interfaces:
java.io.Serializable

public class InvalidRuleException
extends java.lang.Exception

This exception is thrown when an invalid rule is specified.

See Also:
Serialized Form

Constructor Summary
InvalidRuleException()
          Constructor.
InvalidRuleException(java.lang.String sMessage)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRuleException


public InvalidRuleException()
Constructor.

InvalidRuleException


public InvalidRuleException(java.lang.String sMessage)
Constructor.
Parameters:
sMessage - the exception message

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.