com.agilejava.blammo
Class BlammoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.agilejava.blammo.BlammoException
All Implemented Interfaces:
java.io.Serializable

public class BlammoException
extends java.lang.RuntimeException

A general purpose but Blammo specific RuntimeException based Exception class. May be specialized in the future.

Author:
Wilfred Springer
See Also:
Serialized Form

Constructor Summary
BlammoException(java.lang.ClassNotFoundException cnfe)
          Constructs a new instance wrapping a ClassNotFoundException.
BlammoException(java.lang.IllegalAccessException iae)
          Constructs a new instance wrapping a IllegalAccessException.
BlammoException(java.lang.InstantiationException ie)
          Constructs a new instance wrapping a InstantiationException.
 
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

BlammoException

public BlammoException(java.lang.ClassNotFoundException cnfe)
Constructs a new instance wrapping a ClassNotFoundException.

Parameters:
cnfe - The ClassNotFoundException to be wrapped by a new instance.

BlammoException

public BlammoException(java.lang.InstantiationException ie)
Constructs a new instance wrapping a InstantiationException.

Parameters:
ie - The InstantiationException to be wrapped by a new instance.

BlammoException

public BlammoException(java.lang.IllegalAccessException iae)
Constructs a new instance wrapping a IllegalAccessException.

Parameters:
iae - The IllegalAccessException to be wrapped by a new instance of this class.


Copyright © 2008. All Rights Reserved.