Class EndCommentNotFoundRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jp.co.future.uroborosql.exception.UroborosqlRuntimeException
-
- jp.co.future.uroborosql.exception.SqlParserRuntimeException
-
- jp.co.future.uroborosql.exception.EndCommentNotFoundRuntimeException
-
- All Implemented Interfaces:
Serializable
public class EndCommentNotFoundRuntimeException extends SqlParserRuntimeException
SQLパース時、終了コメントが見つからなかった場合にスローされる例外- Author:
- H.Sugimoto
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EndCommentNotFoundRuntimeException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-