mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
Deep toString for exception string.
This commit is contained in:
parent
30c66e177f
commit
d2cc339bc4
@ -117,7 +117,7 @@ public class ConstructorUtils {
|
||||
}
|
||||
}
|
||||
throw new ExpressionException("No constructor found for " + type.toString()
|
||||
+ " with parameters: " + Arrays.toString(givenTypes));
|
||||
+ " with parameters: " + Arrays.deepToString(givenTypes));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user