# Class: com.pnfsoftware.jeb.core.exceptions.UnmanglerException

Runtime exception raised when a symbol name cannot be unmangled successfully.

## Constructor: UnmanglerException

Description: Create an exception with no detail message.

## Constructor: UnmanglerException
- parameter: `message`, type: `java.lang.String`

Description: Create an exception with a detail message.
parameter: message: the detail message

## Constructor: UnmanglerException
- parameter: `cause`, type: `java.lang.Throwable`

Description: Create an exception with a cause.
parameter: cause: the cause

## Constructor: UnmanglerException
- parameter: `message`, type: `java.lang.String`
- parameter: `cause`, type: `java.lang.Throwable`

Description: Create an exception with a detail message and cause.
parameter: message: the detail message
parameter: cause: the cause

