Class TaskJuggler::TjException
In: lib/taskjuggler/TjException.rb
Parent: RuntimeError

Methods

new  

Attributes

error  [R] 
fatal  [R] 

Public Class methods

[Source]

# File lib/taskjuggler/TjException.rb, line 20
    def initialize(error = true, fatal = false)
      @error = error
      @fatal = fatal
    end

[Validate]