com.basistech.util
Class InvalidNamedEntityTypeNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InvalidNamedEntityTypeNameException()
          Create an exception with a default message.
InvalidNamedEntityTypeNameException(String msg)
          Create an exception with the given message.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.