Class SchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.lecousin.reactive.data.relational.schema.SchemaException
-
- All Implemented Interfaces:
Serializable
public class SchemaException extends RuntimeException
Runtime exception raised if the schema cannot be generated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaException(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
-
SchemaException
public SchemaException(String message)
-
-