magoffin.matt.meta
Class MetadataConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by magoffin.matt.meta.MetadataConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class MetadataConfigurationException
extends java.lang.RuntimeException

Exception thrown when configuration errors occur.

Version:
$Revision: 3 $ $Date: 2008-12-27 08:09:28 +1300 (Sat, 27 Dec 2008) $
Author:
Matt Magoffin (spamsqr@msqr.us)
See Also:
Serialized Form

Constructor Summary
MetadataConfigurationException()
          Default constructor.
MetadataConfigurationException(java.lang.String msg)
          Construct with a message.
MetadataConfigurationException(java.lang.String msg, java.lang.Throwable e)
          Construct with a message and nested Throwable.
MetadataConfigurationException(java.lang.Throwable e)
          Construct with a nested Throwable.
 
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

MetadataConfigurationException

public MetadataConfigurationException()
Default constructor.


MetadataConfigurationException

public MetadataConfigurationException(java.lang.String msg)
Construct with a message.

Parameters:
msg - the message

MetadataConfigurationException

public MetadataConfigurationException(java.lang.Throwable e)
Construct with a nested Throwable.

Parameters:
e - the nested Throwable

MetadataConfigurationException

public MetadataConfigurationException(java.lang.String msg,
                                      java.lang.Throwable e)
Construct with a message and nested Throwable.

Parameters:
msg - the message
e - the nested Throwable