Class ConstraintException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.thestencil.client.spi.exceptions.ConstraintException
-
- All Implemented Interfaces:
Serializable
public class ConstraintException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstraintException(StencilClient.Entity<?> entity, String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StencilClient.Entity<?>>getEntity()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConstraintException
public ConstraintException(StencilClient.Entity<?> entity, String msg)
-
-
Method Detail
-
getEntity
public List<StencilClient.Entity<?>> getEntity()
-
-