net.sf.container
Class ContainerInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.container.ContainerInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class ContainerInstantiationException
extends java.lang.Exception

Encapsulate an error during Container creation. created on Jun 10, 2005

Since:
Version:
$Revision: 1.1 $
Author:
fiykov
See Also:
Serialized Form

Constructor Summary
ContainerInstantiationException(java.lang.String msg)
          instantiate a new exception object
ContainerInstantiationException(java.lang.String message, java.lang.Throwable cause)
          instantiate a new exception object
 
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

ContainerInstantiationException

public ContainerInstantiationException(java.lang.String message,
                                       java.lang.Throwable cause)
instantiate a new exception object

Parameters:
message - of the error
cause - of the error

ContainerInstantiationException

public ContainerInstantiationException(java.lang.String msg)
instantiate a new exception object

Parameters:
msg - of the error


Copyright © 2007 Nikolay Fiykov. All Rights Reserved.