# Class: com.pnfsoftware.jeb.core.units.code.asm.type.IllegalTypeNameException

Exception raised when a type name is invalid.

## Constructor: IllegalTypeNameException
- parameter: `msg`, type: `java.lang.String`
- parameter: `typename`, type: `java.lang.String`

Description: Create an exception.
parameter: msg: detail message
parameter: typename: invalid type name

## Method: getIllegalTypename
- return type: `java.lang.String`

Description: Retrieve the invalid type name.
return: invalid type name

