com.basistech.util
Class InvalidNamedEntityTypeNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.basistech.util.InvalidNamedEntityTypeNameException
- All Implemented Interfaces:
- Serializable
public class InvalidNamedEntityTypeNameException
- extends Exception
Exception class when RLP is asked to return a named entity type
when the name given does not correspond to a named entity supported by RLP.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidNamedEntityTypeNameException
public InvalidNamedEntityTypeNameException()
- Create an exception with a default message.
InvalidNamedEntityTypeNameException
public InvalidNamedEntityTypeNameException(String msg)
- Create an exception with the given message.
- Parameters:
msg
- Description of the exception
Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.