Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Handling Java Exception
- Hi, Needed some help in java programming. ThanksWhat is the meaning of 'throws NumberFormatExecption' here?public static void inputInteger throws NumberFormatException{ ... }If i write the following statement, when i compile the program will have error saying exception not thrown or declared. Why the above statement doesn't have the same error?public...
- Tags: Handling Java Exception, kat97@..., programming, Java
- Q&A 2006-04-11
Additional Resources
- Navigating Error Recovery Code in Java Applications
- Java provides a program-level exception handling mechanism in response to error conditions that are translated into exceptions by Java VM. However, exception handling code is often widely scattered throughout an application and untested. This paper presents a program visualization tool ExTest that shows quite precisely all the handlers for exceptions...
- Tags: Java Application, Recovery, Exception, Programming Languages, Java, Software Development, Software/Web Development
- White papers
- Explore the Enterprise Library Exception Handling Block for .NET 2.0
- The Enterprise Library Exception Handling Block provides all the underlying plumbing code required to handle exceptions. Stop writing repetitive exception handling code and learn how to use it in the own applications to make exception handling consistent and effective. In an ideal world, all the code one writes would always...
- Tags: Exception, Enterprise Library Exception Handling Block, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- White papers 2006-05-12
- Learn Java (GUI Applications) (zip)
- LEARN JAVA GUI APPLICATIONS is a self-study tutorial teaching the basics of building a Java application with a graphic user interface GUI. LEARN JAVA GUI APPLICATIONS has 9 lessons covering object-oriented programming concepts, using a integrated development environment to create and test Java projects, building and distributing GUI applications, understanding...
- Tags: GUI, Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2004-01-15
- Making Error Handling Robust
- Download this Compuware white paper to read about a variety of factors that complicate the task of writing error-handling code. Learn why the generic error-handling objects used by .NET's structured exception handling SEH often prove insufficient for diagnosing the cause of a problem, and find out how fault simulation software...
- Tags: Compuware Corp., .Net, Application Servers, Middleware, Tools & Techniques, Software Development, Software/Web Development, Enterprise Software, Software, Management
- White papers 2005-01-01
- MSDN Webcast: Exceptions Happen (Session 7): Optimized Exception Handling With Microsoft .NET - Level 200
- Every developer deals with exceptions - they're part of the imperfect programming world. With so much unpredictability to account for, does person feel confident that it has enough knowledge of best practices to anticipate and handle each exception in an ideal way? In this webcast in the 14-part series "Soup...
- Tags: Microsoft Developer Network, Webcast, Microsoft Corp., Exception, .Net, Application Servers, Development Tools, Digital Media, Middleware, Software Development, Software/Web Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
- Webcasts
- Tivoli Identity manager
- HiI am trying to connect ITIM using JAVA. but i am getting the following exceptionUserAdministration::PlatformContext: Inside method UserAdministration::PlatformContext: Loaded propertiesWill connect to TIM server at url: iiop://chdsez89674d:9080UserAdministration::getPlatform: Values initialised in HashtableException in thread "main" java.lang.NoClassDefFoundError: javax/ejb/ObjectNotFoundException at com.ibm.itim.apps.InitialPlatformContext.createPlatformContext(InitialPlatformContext.java:149) ...
- Tags: it_gaurav198@..., IBM Corp.
- Discussion threads 2007-09-20
- On Exceptions and Rules: Best Practices for Where, When, and How to Handle Exceptions
- If an exception is raised in the declaration section of one's block, that block's exception section cannot handle the exception. That doesn't seem right. Why does PL/SQL work this way, and what does it mean for the author's coding practices? If an exception is raised in the declaration section of...
- Tags: Exception, Best Practice, Programming Languages, Team Management, Databases, Software Development, Software/Web Development, Management, Enterprise Software, Software, Data Management
- White papers 2008-07-01
- Building Rich SOAP Based-Clients With Java 2 Standard Edition Technology
- This webcast addresses the programming model for interacting with SOAP-based Web services using the JAX-RPC API set. Included is discussion of threading, strategies for managing conversational state between a Web service and client, exception handling, packaging, and deploying applications with Java Web Start software. This webcast also introduces the use...
- Tags: Web, J2SE, Java 2, Web Service, Simple Object Access Protocol, SOAP, Java, Web Services, Programming Languages, Enterprise Software, Software, Software Development, Software/Web Development
- Webcasts
- MSDN Webcast: Architecting Desktop Applications With 2.0 (Part 07 of 15): Best Practices for Developing N-Tier Applications (Level 300)
- This webcast outlines best practices for developing N-tier applications, including exception handling, logging, instrumentation and documentation. It looks at the Exception Handling, Logging and Instrumentation Application Blocks from the Microsoft patterns & practices team.
- Tags: Desktop, Microsoft Developer Network, Application, Webcast, Microsoft Corp., Best Practice, Digital Media, Consumer Electronics, Personal Technology
- Webcasts
- MSDN Webcast: Developing Professional Microsoft ASP.NET Applications: Exception Handling (Level 200)
- This webcast discuss, develop, and implement a strategy from the ground up for handling exceptions in the Microsoft ASP.NET applications. It covers exception bubbling, security, and custom exceptions. The webcast also provide an overview of the Enterprise Library for the Microsoft .NET Framework from the Microsoft patterns & practices group...
- Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, Microsoft Corp., Exception, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Webcasts 2006-11-09
- Manage error conditions by defining exception handlers in MySQL 5.0
- Over the past decade, MySQL has become the dominant open source database, and along with Linux and PHP, is at the heart of millions of applications. Now, with support for stored procedures, functions, and triggers in MySQL 5.0, MySQL offers the programming power needed for true enterprise use. MySQL Stored...
- Tags: MySQL, O'Reilly Media Inc., MySQL 5.0, Open Source, Databases, Enterprise Software, Software, Data Management
- Book chapters 2006-08-08
- Learn the basics about structured exception handling in VB.NET
- Irina Medvinskaya provides information, as well as code samples, about both types of structured exception handling blocks: Try…Catch and Try…Finally. One of the most reputable changes in the Visual Basic language is the introduction of structured exception handling in VB.NET. While the latest version of the language...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, TryÂ, structured exception handling, Visual Basic Tips Newsletter, Block, Error, Try, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-11-16
- Cisco PIX Device Manager
- I have a Cisco Pix 501. I am trying to access the device manager. The device is online, I can telnet just fine. I go to https://xx.xxx.xxxx.com and I go through entering the passwords but then it just sits there forever. I tried in Firefox and it threw a java...
- Tags: Network security, Programming languages, Web browsers, michelle_anderson008@..., Cisco PIX Firewall, Cisco Systems Inc.
- Discussion threads 2007-09-17
- MSDN Webcast: Visual Basic .NET Soup to Nuts: Exception Handling (Level 200)
- The presenter of this webcast explains the basics of Microsoft Visual Basic and examines specific features within the programming language. The presenter of this webcast discusses how to handle unexpected problems in the application using the robust exception-handling system built into the Microsoft .NET Framework. The attendee of this webcast...
- Tags: Microsoft Developer Network, Webcast, Microsoft Visual Basic, Microsoft Corp., Microsoft Visual Basic.Net, Digital Media, Microsoft Development Tools, Programming Languages, Consumer Electronics, Personal Technology, Development Tools, Software Development, Software/Web Development
- Webcasts
- "java.sql.SQLException: Io exception: Connection reset".>
- Hi There,We have setup Red Hat Linux AS 4 Box with BEA WebLogic as our Application Server.After deployment of the Application we are frequently getting following errors on our Application Logs:"java.sql.SQLException: Io exception: Connection reset".>initially we thought it could be a Network connectivity issue, for that we have changed the...
- Tags: Connection Reset, dattatray.bhagwat@..., java.sql.SQLException
- Discussion threads 2007-02-09
- Utilize the Exception Handling Block in .NET-based apps
- Discover how the Microsoft Enterprise Library's Exception Handling Block configuration program makes it easy to set up exception policies that are used in application code. As a developer, my time is limited, so anything that can save me time is greatly appreciated. For this reason, I am a...
- Tags: Microsoft .NET, Exception Handling Block, Middleware, Tony Patton, .NET, Application servers, Microsoft development tools, Programming languages, Enterprise Library, Exception Handling, configuration tool, .NET Newsletter, Application, Library, Microsoft Corp., Exception, Exception Policy, Configuration Application, C#, Software Development, Software/Web Development, Enterprise Software, Software
- Technical articles 2006-08-01
- Java applet denies access to Cisco PIX Manager interface
- I'd appreciate a little help with this issue:I used to have access to the Cisco PIX Manager interface through a PC, actually a W2K domain controller. For some reason the Internet settings on that server were changed to its defaults and from that point on, I haven't been able to...
- Tags: cisco pix access, Cisco PIX Firewall, Cisco Systems Inc., HighTechAngel, Java, Java applet, network security, PDM, PIX, security
- Discussion threads 2006-09-21
- The JCilk Language for Multithreaded Computing
- JCilk extends the Java language to provide call-return semantics for multithreading, much as Cilk does for C. Java's built-in thread model does not support the passing of exceptions or return values from one thread back to the "parent" thread that created it. JCilk imports Cilk's fork-join primitives spawn and sync...
- Tags: Semantics, JCilk, Programming Languages, Java, Software Development, Software/Web Development
- White papers
- Eclipse - Export jar
- Hi!I have currently completed a small programm which runs jasper reports using eclipse 3.2. It works fine in eclipse but exported jar file I get the exception. This happens when only when i want to view report.I am suspecting that the Jasperreports libraries where not bundled in the jar file?...
- Tags: umkenda@..., Eclipse
- Discussion threads 2007-08-22
- << Previous
- page 1 of 1
- Next >>