public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: swagiaal: Added more exceptions to CLI nasty exceptions.
@ 2008-02-15 20:03 swagiaal
  0 siblings, 0 replies; only message in thread
From: swagiaal @ 2008-02-15 20:03 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  3c487b2cdb37bad9069e14eec2f46e08a330a69b (commit)
      from  f0e223f4dca0b63d1889f49bf02e30abb4c9af11 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 3c487b2cdb37bad9069e14eec2f46e08a330a69b
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Fri Feb 15 15:01:35 2008 -0500

    swagiaal: Added more exceptions to CLI nasty exceptions.
    
    frysk-core/frysk/hpd/ChangeLog
    +2008-02-15  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +       * CLI.java: Added ArrayStoreException and ClassCastException
    +       to nasty exceptions.
    +
    +

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/hpd/CLI.java  |    2 ++
 frysk-core/frysk/hpd/ChangeLog |    6 ++++++
 2 files changed, 8 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/CLI.java b/frysk-core/frysk/hpd/CLI.java
index 9c39a9f..fc770bc 100644
--- a/frysk-core/frysk/hpd/CLI.java
+++ b/frysk-core/frysk/hpd/CLI.java
@@ -298,6 +298,8 @@ public class CLI {
 	}
 	return (cause instanceof NullPointerException
 		|| cause instanceof ArrayIndexOutOfBoundsException
+		|| cause instanceof ArrayStoreException
+		|| cause instanceof ClassCastException
 		|| e.getMessage() == null);
     }
 
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index 393aebf..91236af 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-15  Sami Wagiaalla  <swagiaal@redhat.com>
+
+	* CLI.java: Added ArrayStoreException and ClassCastException
+	to nasty exceptions.
+		
+
 2008-02-13  Andrew Cagney  <cagney@redhat.com>
 
 	* QuitCommand.java: Update to match frysk.sys.Signal.


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-15 20:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-15 20:03 [SCM] master: swagiaal: Added more exceptions to CLI nasty exceptions swagiaal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).