Package org.scijava
Class ValidityProblem
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.scijava.ValidityProblem
-
- All Implemented Interfaces:
Serializable
public class ValidityProblem extends Exception
An exception used to record a validity problem with aValidatedobject.Unlike most exceptions,
ValidityExceptionis typically not thrown, but rather only recorded for future reference.- Author:
- Curtis Rueden
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidityProblem()ValidityProblem(String s)ValidityProblem(String s, Throwable cause)ValidityProblem(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-