com.metamatrix.common.config.util
Class InvalidConfigurationElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by com.metamatrix.api.exception.MetaMatrixException
                  extended by com.metamatrix.common.config.util.InvalidConfigurationElementException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigurationElementException
extends MetaMatrixException

See Also:
Serialized Form

Constructor Summary
InvalidConfigurationElementException()
          No-Arg Constructor
InvalidConfigurationElementException(java.lang.String message, java.lang.Object invalidElement)
          Construct an instance with the error message specified.
InvalidConfigurationElementException(java.lang.String code, java.lang.String message, java.lang.Object invalidElement)
          Construct an instance with an error code and message specified.
InvalidConfigurationElementException(java.lang.Throwable e, java.lang.Object invalidElement)
          Construct an instance with a linked exception specified.
InvalidConfigurationElementException(java.lang.Throwable e, java.lang.String message, java.lang.Object invalidElement)
          Construct an instance with a linked exception and error message specified.
InvalidConfigurationElementException(java.lang.Throwable e, java.lang.String code, java.lang.String message, java.lang.Object invalidElement)
          Construct an instance with a linked exception, and an error code and message, specified.
 
Method Summary
 java.lang.Object getInvalidElement()
           
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class com.metamatrix.api.exception.MetaMatrixException
getChild, getCode, getFullMessage, getMessage, setCode, toString
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidConfigurationElementException

public InvalidConfigurationElementException()
No-Arg Constructor


InvalidConfigurationElementException

public InvalidConfigurationElementException(java.lang.String message,
                                            java.lang.Object invalidElement)
Construct an instance with the error message specified.

Parameters:
message - The error message

InvalidConfigurationElementException

public InvalidConfigurationElementException(java.lang.String code,
                                            java.lang.String message,
                                            java.lang.Object invalidElement)
Construct an instance with an error code and message specified.

Parameters:
message - The error message
code - The error code

InvalidConfigurationElementException

public InvalidConfigurationElementException(java.lang.Throwable e,
                                            java.lang.Object invalidElement)
Construct an instance with a linked exception specified.

Parameters:
e - An exception to chain to this exception

InvalidConfigurationElementException

public InvalidConfigurationElementException(java.lang.Throwable e,
                                            java.lang.String message,
                                            java.lang.Object invalidElement)
Construct an instance with a linked exception and error message specified.

Parameters:
e - An exception to chain to this exception
message - The error message

InvalidConfigurationElementException

public InvalidConfigurationElementException(java.lang.Throwable e,
                                            java.lang.String code,
                                            java.lang.String message,
                                            java.lang.Object invalidElement)
Construct an instance with a linked exception, and an error code and message, specified.

Parameters:
e - An exception to chain to this exception
message - The error message
code - The error code
Method Detail

getInvalidElement

public java.lang.Object getInvalidElement()

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Overrides:
readExternal in class MetaMatrixException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Overrides:
writeExternal in class MetaMatrixException
Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)


Copyright © 2009. All Rights Reserved.