public class

UnmanglerException

extends JebRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
           ↳ com.pnfsoftware.jeb.core.exceptions.UnmanglerException

Class Overview

Exception raised during unmangling.

Summary

Public Constructors
UnmanglerException()
UnmanglerException(String message)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnmanglerException ()

public UnmanglerException (String message)