toString method

String toString ()
override

Returns a string representation of this object.

Implementation

String toString() {
  return 'RouteConflictException: 【${node1.path}】 与 【${node2.path}】 产生了路由冲突,这会导致路由系统存在歧义路由,请检查您的代码!';
}