ua.gradsoft.javachecker.trace
Class ImpossibleForsingOfTraceCondition

java.lang.Object
  extended by java.lang.Throwable
      extended by ua.gradsoft.javachecker.trace.ImpossibleForsingOfTraceCondition
All Implemented Interfaces:
java.io.Serializable

public class ImpossibleForsingOfTraceCondition
extends java.lang.Throwable

Throwed when we try to forse traceConditoon, which evaluated to false in current context.

Author:
rssh
See Also:
Serialized Form

Constructor Summary
ImpossibleForsingOfTraceCondition()
           
 
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
 

Constructor Detail

ImpossibleForsingOfTraceCondition

public ImpossibleForsingOfTraceCondition()