Class TypeStringParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pnfsoftware.jeb.core.exceptions.JebException
com.pnfsoftware.jeb.core.units.code.asm.type.TypeStringParseException
All Implemented Interfaces:
Serializable

public class TypeStringParseException extends JebException
Exception raised when parsing a native type string fails.
See Also:
  • Constructor Details

    • TypeStringParseException

      public TypeStringParseException()
      Create an exception.
    • TypeStringParseException

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

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

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