Class IllegalBoolExpressionRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jp.co.future.uroborosql.exception.IllegalBoolExpressionRuntimeException
-
- All Implemented Interfaces:
Serializable
public class IllegalBoolExpressionRuntimeException extends RuntimeException
SQLパース時、IF条件がboolean型を返さなかった場合にスローされる例外- Author:
- H.Sugimoto
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalBoolExpressionRuntimeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalBoolExpressionRuntimeException
public IllegalBoolExpressionRuntimeException(String message)
-
-