Class: SubclassResponsibility (Umu::Exception::Abstraction)

Overview
Module Structure
Class Hierarchy
is a submodule of
module: Abstraction ( Umu::Exception )
has modular siblings
class: Abstract   
class: Expected   
class: ExecutionError   
class: RuntimeError   
inherits from
  RuntimeError ( Umu::Exception::Abstraction )
is inherited by
  EqualityError ( Umu::Exception )
  OrderError ( Umu::Exception )
  NotImplemented ( Umu::Exception )
has class siblings
  NameError ( Umu::Exception )
  TypeError ( Umu::Exception )
  ValueError ( Umu::Exception )
  ArgumentError ( Umu::Exception )
  ApplicationError ( Umu::Exception )
  SelectionError ( Umu::Exception )
  NoMessageError ( Umu::Exception )
  UnmatchError ( Umu::Exception )
  ZeroDivisionError ( Umu::Exception )
  EmptyError ( Umu::Exception )
  IndexError ( Umu::Exception )
  AssertionFailure ( Umu::Exception )
  Panic ( Umu::Exception )
is defined at
#84 in common/exception.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Exception
  module: Abstraction
class: Abstract     
class: Expected     
class: ExecutionError     
class: RuntimeError     
class: SubclassResponsibility     
  class: NameError
  class: TypeError
  class: ValueError
  class: ArgumentError
  class: ApplicationError
  class: SelectionError
  class: NoMessageError
  class: UnmatchError
  class: ZeroDivisionError
  class: EmptyError
  class: IndexError
  class: AssertionFailure
  class: Panic
  class: EqualityError
  class: OrderError
  class: NotImplemented

Class Hierarchy

Object ( Builtin-Module )
Exception ( Builtin-Module )
StandardError ( Builtin-Module )
Abstract ( Umu::Exception::Abstraction )
Expected ( Umu::Exception::Abstraction )
has properties
attribute: msg [R]   
method: initialize / 2   
method: to_s   
method: __category__