Package ome.conditions
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.ApiUsageException
-
- ome.conditions.ValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValidationException extends ApiUsageException
More specificApiUsageException
, in that the specification of your data as outlined in the OME specification is incorrect. Examples include:- a
Project
name with invalid characters
- Since:
- 3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(java.lang.String msg)
-