Class NotEqualDialectsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pl.decerto.hyperon.runtime.exception.HyperonRuntimeException
pl.decerto.hyperon.runtime.sql.dialect.exception.NotEqualDialectsException
- All Implemented Interfaces:
Serializable
Thrown if there was not equal parsed dialect and properties dialect
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotEqualDialectsException(String message) Constructs aNotEqualDialectsExceptionwith the specified message. -
Method Summary
Methods inherited from class pl.decerto.hyperon.runtime.exception.HyperonRuntimeException
buildMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotEqualDialectsException
Constructs aNotEqualDialectsExceptionwith the specified message.- Parameters:
message- the detail message
-