ru.sscc.util
Class BreakIterationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ru.sscc.util.BreakIterationException

public class BreakIterationException
extends java.lang.RuntimeException

The exception is thrown in an iterative process if the iterations are ubnormally broken.

See Also:
Serialized Form

Constructor Summary
BreakIterationException()
           
BreakIterationException(java.lang.String s)
           
 
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

BreakIterationException

public BreakIterationException()

BreakIterationException

public BreakIterationException(java.lang.String s)