com.sun.mdm.index.matching
Class StandardizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mdm.index.master.EViewException
              extended bycom.sun.mdm.index.master.ProcessingException
                  extended bycom.sun.mdm.index.matching.StandardizationException
All Implemented Interfaces:
java.io.Serializable

public class StandardizationException
extends ProcessingException

An exception occurred during the standardization process

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
StandardizationException()
          Creates new StandardizationException without detail message.
StandardizationException(java.lang.String msg)
          Constructs an StandardizationException with the specified detail message.
StandardizationException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an StandardizationException with the specified detail message and cause.
StandardizationException(java.lang.Throwable cause)
          Constructs an StandardizationException with the specified cause.
 
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

StandardizationException

public StandardizationException()
Creates new StandardizationException without detail message.


StandardizationException

public StandardizationException(java.lang.String msg)
Constructs an StandardizationException with the specified detail message.

Parameters:
msg - the detail message.

StandardizationException

public StandardizationException(java.lang.String msg,
                                java.lang.Throwable cause)
Constructs an StandardizationException with the specified detail message and cause.

Parameters:
msg - the detail message.
cause - the linked cause.

StandardizationException

public StandardizationException(java.lang.Throwable cause)
Constructs an StandardizationException with the specified cause.

Parameters:
cause - the linked cause.


Sun Microsystems, Inc.