Module jpastreamer.field
Class SpeedmentFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.speedment.jpastreamer.field.exception.SpeedmentFieldException
- All Implemented Interfaces:
Serializable
A specialization of
RuntimeException that is thrown when something
is wrong with the bindings between fields.- Since:
- 3.0.1
- Author:
- Emil Forslund
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpeedmentFieldException(String message) SpeedmentFieldException(String message, Throwable cause) SpeedmentFieldException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) SpeedmentFieldException(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 Details
-
SpeedmentFieldException
public SpeedmentFieldException() -
SpeedmentFieldException
-
SpeedmentFieldException
-
SpeedmentFieldException
-
SpeedmentFieldException
-