GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Config::Model::Exception(3) User Contributed Perl Documentation Config::Model::Exception(3)

Config::Model::Exception - Exception mechanism for configuration model

version 2.149

  use  Config::Model::Exception;

  # later
  my $kaboom = 1;
  Config::Model::Exception::Model->throw(
      error  => "Went kaboom",
      object => $self
  ) if $kaboom;

This module creates exception classes used by Config::Model.

All exception class name begins with "Config::Model::Exception"

The exception classes are:

"Config::Model::Exception"
Base class. It accepts an "object" argument. The user must pass the reference of the object where the exception occurred. The object name is used to generate the error message.

  TODO: list all exception classes and hierarchy.

By default, most of the exceptions do not print out the stack trace. For debug purpose, you can force a stack trace for all exception classes:

  Config::Model::Exception->Trace(1) ;

Dominique Dumont, (ddumont at cpan dot org)

Config::Model, Config::Model::Instance, Config::Model::Node, Config::Model::Value

Dominique Dumont

This software is Copyright (c) 2005-2022 by Dominique Dumont.

This is free software, licensed under:

  The GNU Lesser General Public License, Version 2.1, February 1999
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.