org.scijava
Class ValidityProblem

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.scijava.ValidityProblem
All Implemented Interfaces:
Serializable

public class ValidityProblem
extends Exception

An exception used to record a validity problem with a Validated object.

Unlike most exceptions, ValidityException is typically not thrown, but rather only recorded for future reference.

Author:
Curtis Rueden
See Also:
Serialized Form

Constructor Summary
ValidityProblem()
           
ValidityProblem(String s)
           
ValidityProblem(String s, Throwable cause)
           
ValidityProblem(Throwable cause)
           
 
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

ValidityProblem

public ValidityProblem()

ValidityProblem

public ValidityProblem(String s)

ValidityProblem

public ValidityProblem(String s,
                       Throwable cause)

ValidityProblem

public ValidityProblem(Throwable cause)


Copyright © 2009–2014 SciJava. All rights reserved.