Class InvalidSourceInfoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wala.shrike.sourcepos.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.
Author:
Siegfried Weber, Juergen Graf <juergen.graf@gmail.com>
See Also:
  • Constructor Details

    • 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.