Class UnmanglerException

All Implemented Interfaces:
Serializable

public class UnmanglerException extends JebRuntimeException
Runtime exception raised when a symbol name cannot be unmangled successfully.
See Also:
  • Constructor Details

    • UnmanglerException

      public UnmanglerException()
      Create an exception with no detail message.
    • UnmanglerException

      public UnmanglerException(String message)
      Create an exception with a detail message.
      Parameters:
      message - the detail message
    • UnmanglerException

      public UnmanglerException(Throwable cause)
      Create an exception with a cause.
      Parameters:
      cause - the cause
    • UnmanglerException

      public UnmanglerException(String message, Throwable cause)
      Create an exception with a detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause