Exception: MachO::JavaClassFileError

Inherits:
NotAMachOError show all
Defined in:
lib/macho/exceptions.rb

Overview

Raised when a file is a Java classfile instead of a fat Mach-O.

Instance Method Summary collapse

Constructor Details

#initializeJavaClassFileError

Returns a new instance of JavaClassFileError.



31
32
33
# File 'lib/macho/exceptions.rb', line 31

def initialize
  super "File is a Java class file"
end