class MachO::JavaClassFileError
Raised when a file is a Java classfile instead of a fat Mach-O.
Public Class Methods
new()
click to toggle source
Calls superclass method
MachO::NotAMachOError.new
# File lib/macho/exceptions.rb, line 51 def initialize super "File is a Java class file" end