ggencoder.exceptions
Class NoCompareValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byggencoder.exceptions.NoCompareValueException
All Implemented Interfaces:
java.io.Serializable

public class NoCompareValueException
extends java.lang.RuntimeException

Thrown to indicate this code does not use a compare value.

Version:
1.1, 07/13/04
Author:
John David Ratliff
See Also:
Serialized Form

Constructor Summary
NoCompareValueException()
           
 
Method Summary
 java.lang.String toString()
          Gets a String representation of this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoCompareValueException

public NoCompareValueException()
Method Detail

toString

public java.lang.String toString()
Gets a String representation of this exception.

Returns:
A String representation of this exception.