Package org.mybatis.generator.exception
Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mybatis.generator.exception.InternalException
- All Implemented Interfaces:
Serializable
This exception will be thrown if there are unexpected internal errors within MyBatis Generator.
Typically, these would be failures of validation - we hope to catch these and report them to the user
in a better way.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalException(String message) InternalException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalException
-
InternalException
-