Class InvalidSourceInfoException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidSourceInfoException
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      InvalidSourceInfoException()
      Creates a new instance of InvalidSourceInfoException without detail message.
      InvalidSourceInfoException​(java.lang.String msg)
      Constructs an instance of InvalidSourceInfoException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidSourceInfoException

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

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