net.trajano.twiff
Class ContainerBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.trajano.twiff.TwiffException
                  extended by net.trajano.twiff.ContainerBuilderException
All Implemented Interfaces:
Serializable

public class ContainerBuilderException
extends TwiffException

Subclass of TwiffException when there is a problem constructing the builder.

Author:
Archimedes Trajano
See Also:
Serialized Form

Constructor Summary
ContainerBuilderException()
          Construct a new exception with no cause and no detail message.
ContainerBuilderException(String message)
          Construct a new exception with no cause and the specified detail message.
ContainerBuilderException(String message, Throwable cause)
          Construct a new exception with the specified cause and the specified detail message.
ContainerBuilderException(Throwable cause)
          Construct a new exception with the specified cause and no detail message.
 
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

ContainerBuilderException

public ContainerBuilderException()
Construct a new exception with no cause and no detail message.


ContainerBuilderException

public ContainerBuilderException(String message)
Construct a new exception with no cause and the specified detail message.

Parameters:
message - the message detailing the exception

ContainerBuilderException

public ContainerBuilderException(String message,
                                 Throwable cause)
Construct a new exception with the specified cause and the specified detail message.

Parameters:
message - the message detailing the exception
cause - the exception that caused this one

ContainerBuilderException

public ContainerBuilderException(Throwable cause)
Construct a new exception with the specified cause and no detail message.

Parameters:
cause - the exception that caused this one


Copyright © 2004-2005 trajano.net. All Rights Reserved.