net.sf.ashkay
Class CreationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.ashkay.CreationException
All Implemented Interfaces:
java.io.Serializable

public class CreationException
extends java.lang.Exception

CreationExceptions represent an error in the creation of an object in an ObjectFactory.

Author:
Dave Brown
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CreationException()
          Constructs a default CreationException without a message or source
CreationException(java.lang.String msg)
          Constructs a CreationException with a message but no source
CreationException(java.lang.String msg, java.lang.Throwable p_source)
          Contructs a CreationException with a message and source
CreationException(java.lang.Throwable p_source)
          Constructs a CreationException with a source but no message
 
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

CreationException

public CreationException()
Constructs a default CreationException without a message or source


CreationException

public CreationException(java.lang.String msg)
Constructs a CreationException with a message but no source

Parameters:
msg - - the message

CreationException

public CreationException(java.lang.Throwable p_source)
Constructs a CreationException with a source but no message

Parameters:
p_source - - the source exception

CreationException

public CreationException(java.lang.String msg,
                         java.lang.Throwable p_source)
Contructs a CreationException with a message and source

Parameters:
msg - - the message
p_source - - the source exception


Copyright © 2004 . All Rights Reserved.