javax.jmi.reflect
Class InvalidNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jmi.reflect.JmiException
javax.jmi.reflect.InvalidNameException
- All Implemented Interfaces:
- Serializable
public class InvalidNameException
- extends JmiException
Thrown when a user pases an invalid feature name to a reflective method.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidNameException
public InvalidNameException(String invalidName)
- Constructs an
InvalidNameException without detail message.
- Parameters:
invalidName - Invalid name.
InvalidNameException
public InvalidNameException(String invalidName,
String msg)
- Constructs an
InvalidNameException with the specified detail message.
- Parameters:
invalidName - Invalid name.msg - the detail message.
getInvalidName
public String getInvalidName()
- Returns invalid name.
- Returns:
- invalid name.
This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.