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.



51
52
53
# File 'lib/macho/exceptions.rb', line 51

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