Class IllegalTypeNameException

All Implemented Interfaces:
Serializable

public class IllegalTypeNameException extends NativeTypeException
Exception raised when a type name is invalid.
See Also:
  • Constructor Details

    • IllegalTypeNameException

      public IllegalTypeNameException(String msg, String typename)
      Create an exception.
      Parameters:
      msg - detail message
      typename - invalid type name
  • Method Details

    • getIllegalTypename

      public String getIllegalTypename()
      Retrieve the invalid type name.
      Returns:
      invalid type name