Class: Batik::DefaultErrorHandler

Inherits:
Object
  • Object
show all
Includes:
Java::OrgApacheBatikTranscoder::ErrorHandler
Defined in:
lib/ruby-batik/transcoder.rb

Instance Method Summary collapse

Instance Method Details

#error(exception) ⇒ Object



27
28
29
# File 'lib/ruby-batik/transcoder.rb', line 27

def error(exception)
		raise exception
end

#fatalError(exception) ⇒ Object



31
32
33
# File 'lib/ruby-batik/transcoder.rb', line 31

def fatalError(exception)
		raise exception
end

#warning(exception) ⇒ Object



35
36
37
# File 'lib/ruby-batik/transcoder.rb', line 35

def warning(exception)
   raise exception
end