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.



54
55
56
# File 'lib/macho/exceptions.rb', line 54

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