mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
more message in CDIException.toSTring()
This commit is contained in:
parent
907262fe19
commit
9551479479
1 changed files with 7 additions and 0 deletions
|
@ -41,4 +41,11 @@ public class CDIException extends Exception {
|
||||||
return details;
|
return details;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see java.lang.Object#toString()
|
||||||
|
*/
|
||||||
|
public String toString() {
|
||||||
|
return super.toString() + "["+ getDetailMessage() + "]";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue