- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.pervasive.datarush.coercion.CoercionException
-
- All Implemented Interfaces:
Serializable
public class CoercionException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoercionException(String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getMessage(Throwable cause)
static RuntimeException
invocationException(String methodName, Throwable cause)
static String
toStr(Object obj)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CoercionException
public CoercionException(String message)
-
-