Class ConstraintViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.isas.lipidomics.palinom.exceptions.ConstraintViolationException
-
- All Implemented Interfaces:
Serializable
public class ConstraintViolationException extends RuntimeException
This Exception is used for validation errors, where constraints have not been met.- Author:
- nils.hoffmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstraintViolationException(String message)
ConstraintViolationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConstraintViolationException
public ConstraintViolationException(String message)
-
ConstraintViolationException
public ConstraintViolationException(String message, Throwable cause)
-
-