com.metamatrix.common.config.api.exceptions
Class InvalidNameException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.core.MetaMatrixCoreException
               com.metamatrix.api.exception.MetaMatrixException
com.metamatrix.api.exception.MetaMatrixException
                   com.metamatrix.api.exception.MetaMatrixComponentException
com.metamatrix.api.exception.MetaMatrixComponentException
                       com.metamatrix.common.config.api.exceptions.ConfigurationException
com.metamatrix.common.config.api.exceptions.ConfigurationException
                           com.metamatrix.common.config.api.exceptions.InvalidStringValueException
com.metamatrix.common.config.api.exceptions.InvalidStringValueException
                               com.metamatrix.common.config.api.exceptions.InvalidNameException
com.metamatrix.common.config.api.exceptions.InvalidNameException
- All Implemented Interfaces: 
- java.io.Serializable
- public class InvalidNameException 
- extends InvalidStringValueException
- See Also:
- Serialized Form
 
 
| Constructor Summary | 
| InvalidNameException()No-Arg Constructor
 | 
| InvalidNameException(java.lang.String message)Constructs an instance of the exception with the specified detail message.
 | 
| InvalidNameException(java.lang.String code,
                     java.lang.String message)Construct an instance with an error code and message specified.
 | 
| InvalidNameException(java.lang.Throwable e)Constructs an instance of the exception with no detail message but with a
 single exception.
 | 
| InvalidNameException(java.lang.Throwable e,
                     java.lang.String message)Constructs an instance of the exception with the specified detail message
 and a single exception.
 | 
| InvalidNameException(java.lang.Throwable e,
                     java.lang.String code,
                     java.lang.String message)Construct an instance with a linked exception, and an error code and
 message, specified.
 | 
 
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
InvalidNameException
public InvalidNameException()
- No-Arg Constructor
 
InvalidNameException
public InvalidNameException(java.lang.String message)
- Constructs an instance of the exception with the specified detail message. A detail
 message is a String that describes this particular exception.
 
- Parameters:
- the- detail message
 
InvalidNameException
public InvalidNameException(java.lang.Throwable e)
- Constructs an instance of the exception with no detail message but with a
 single exception.
 
- Parameters:
- e- the exception that is encapsulated by this exception
 
InvalidNameException
public InvalidNameException(java.lang.Throwable e,
                            java.lang.String message)
- Constructs an instance of the exception with the specified detail message
 and a single exception. A detail message is a String that describes this
 particular exception.
 
- Parameters:
- message- the detail message
- e- the exception that is encapsulated by this exception
 
InvalidNameException
public InvalidNameException(java.lang.String code,
                            java.lang.String message)
- Construct an instance with an error code and message specified.
 
- Parameters:
- message- The error message
- code- The error code
 
InvalidNameException
public InvalidNameException(java.lang.Throwable e,
                            java.lang.String code,
                            java.lang.String message)
- 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
 
Copyright © 2009. All Rights Reserved.