net.sf.blunder
Class BlunderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.blunder.BlunderException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LookupException

public class BlunderException
extends RuntimeException

This Exception encapsulates all exceptions running Blunder. Provides a common interface for handling errors to customers.

Author:
Ambrosi Lucas
See Also:
Serialized Form

Constructor Summary
BlunderException(String message)
           
BlunderException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlunderException

public BlunderException(String message)

BlunderException

public BlunderException(String message,
                        Throwable cause)


Copyright © 2009 Blunder. All Rights Reserved.