edu.wis.jtlv.env.spec
Class SpecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wis.jtlv.env.spec.SpecException
All Implemented Interfaces:
java.io.Serializable

public class SpecException
extends java.lang.Exception

An exception dedicated for all kind of specifications issues.

Version:
"1.3.2"
Author:
yaniv sa'ar.
See Also:
Serialized Form

Constructor Summary
SpecException(java.lang.String desc)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpecException

public SpecException(java.lang.String desc)