当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
DiffException (NB JUnit) - NetBeans API Javadoc (Current Development Version)
org.netbeans.junit.diff
Class DiffException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.netbeans.junit.diff.DiffException
- All Implemented Interfaces:
- Serializable
public class DiffException
- extends IOException
Exception that signals that the diff is wrong.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DiffException
public DiffException()
- Creates new DiffException
DiffException
public DiffException(String message)