org.latdraw.orderedset
Class NonOrderedSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.latdraw.orderedset.NonOrderedSetException
All Implemented Interfaces:
java.io.Serializable

public class NonOrderedSetException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String CYCLE_ERROR
           
static java.lang.String EMPTY_ERROR
           
 
Constructor Summary
NonOrderedSetException()
           
NonOrderedSetException(java.lang.String str)
           
 
Method Summary
 
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
 

Field Detail

CYCLE_ERROR

public static final java.lang.String CYCLE_ERROR
See Also:
Constant Field Values

EMPTY_ERROR

public static final java.lang.String EMPTY_ERROR
See Also:
Constant Field Values
Constructor Detail

NonOrderedSetException

public NonOrderedSetException()

NonOrderedSetException

public NonOrderedSetException(java.lang.String str)


Copyright 2003 Ralph Freese. All Rights Reserved.