|
|
| version 1.51, 2013/07/16 15:06:40 | version 1.52, 2014/12/31 05:42:30 |
|---|---|
| Line 31 Exception::Exception(const char* atype, | Line 31 Exception::Exception(const char* atype, |
| const String* aproblem_source, | const String* aproblem_source, |
| const char* comment_fmt, ...) { | const char* comment_fmt, ...) { |
| ftype=atype; | ftype=atype; |
| fproblem_source=aproblem_source; | fproblem_source=aproblem_source ? new String(*aproblem_source) : 0; |
| if(comment_fmt) { | if(comment_fmt) { |
| fcomment=new(PointerFreeGC) char[MAX_STRING]; | fcomment=new(PointerFreeGC) char[MAX_STRING]; |