Package ats4.warn
Class TableSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ats4.warn.TableSchemaException
-
- All Implemented Interfaces:
Serializable
public final class TableSchemaException extends RuntimeException
データベースの構造の問題を報告する例外です。- Since:
- 2022/07/17
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableSchemaException(SQLException ex)
指定された例外を包みます。
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TableSchemaException
public TableSchemaException(SQLException ex)
指定された例外を包みます。- Parameters:
ex
- 原因となった例外
-
-