Class SqlParserRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jp.co.future.uroborosql.exception.UroborosqlRuntimeException
-
- jp.co.future.uroborosql.exception.SqlParserRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EndCommentNotFoundRuntimeException
,TokenNotClosedRuntimeException
public class SqlParserRuntimeException extends UroborosqlRuntimeException
SQLパース時の実行時例外- Author:
- H.Sugimoto
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SqlParserRuntimeException()
SqlParserRuntimeException(String message)
SqlParserRuntimeException(String message, Throwable cause)
SqlParserRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-