Class InternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mybatis.generator.exception.InternalException
All Implemented Interfaces:
Serializable

public class InternalException extends RuntimeException
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 Details

    • InternalException

      public InternalException(String message)
    • InternalException

      public InternalException(String message, Throwable cause)