Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3d3b3f65
Kaydet (Commit)
3d3b3f65
authored
Tem 12, 2012
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
errors to stderr
Change-Id: I01756622dd7700d3918d156f118cd69c8a15879a
üst
ede56437
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
SQLQueryComposer.java
wizards/com/sun/star/wizards/db/SQLQueryComposer.java
+5
-5
No files found.
wizards/com/sun/star/wizards/db/SQLQueryComposer.java
Dosyayı görüntüle @
3d3b3f65
...
@@ -67,7 +67,7 @@ public class SQLQueryComposer
...
@@ -67,7 +67,7 @@ public class SQLQueryComposer
}
}
catch
(
Exception
exception
)
catch
(
Exception
exception
)
{
{
exception
.
printStackTrace
(
System
.
out
);
exception
.
printStackTrace
(
System
.
err
);
}
}
}
}
...
@@ -140,7 +140,7 @@ public class SQLQueryComposer
...
@@ -140,7 +140,7 @@ public class SQLQueryComposer
}
}
catch
(
Exception
exception
)
catch
(
Exception
exception
)
{
{
exception
.
printStackTrace
(
System
.
out
);
exception
.
printStackTrace
(
System
.
err
);
}
}
}
}
...
@@ -171,7 +171,7 @@ public class SQLQueryComposer
...
@@ -171,7 +171,7 @@ public class SQLQueryComposer
}
}
catch
(
Exception
e
)
catch
(
Exception
e
)
{
{
e
.
printStackTrace
(
System
.
out
);
e
.
printStackTrace
(
System
.
err
);
}
}
}
}
}
}
...
@@ -327,7 +327,7 @@ public class SQLQueryComposer
...
@@ -327,7 +327,7 @@ public class SQLQueryComposer
}
}
catch
(
Exception
exception
)
catch
(
Exception
exception
)
{
{
exception
.
printStackTrace
(
System
.
out
);
exception
.
printStackTrace
(
System
.
err
);
displaySQLErrorDialog
(
exception
,
_xParentWindow
);
displaySQLErrorDialog
(
exception
,
_xParentWindow
);
return
false
;
return
false
;
}
}
...
@@ -425,7 +425,7 @@ public class SQLQueryComposer
...
@@ -425,7 +425,7 @@ public class SQLQueryComposer
}
}
catch
(
Exception
typeexception
)
catch
(
Exception
typeexception
)
{
{
typeexception
.
printStackTrace
(
System
.
out
);
typeexception
.
printStackTrace
(
System
.
err
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment