Class InvalidSourceInfoException

  • All Implemented Interfaces:
    Serializable

    public class InvalidSourceInfoException
    extends Exception
    An InvalidSourceInfoException is thrown if SourceInfo could not be initialized. Reasons are an invalid bytecode and a missing CharacterRangeTable.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidSourceInfoException

        public InvalidSourceInfoException()
        Creates a new instance of InvalidSourceInfoException without detail message.
      • InvalidSourceInfoException

        public InvalidSourceInfoException​(String msg)
        Constructs an instance of InvalidSourceInfoException with the specified detail message.
        Parameters:
        msg - the detail message.