C# Class XWiki.Model.InvalidPageNameException

Signals that an invalid wiki page name was used.
Inheritance: System.Exception
Mostra file Open project: xwiki-contrib/xwiki-office

Public Methods

Method Description
InvalidPageNameException ( ) : System
InvalidPageNameException ( String message ) : System

Method Details

InvalidPageNameException() public method

public InvalidPageNameException ( ) : System
return System

InvalidPageNameException() public method

public InvalidPageNameException ( String message ) : System
message String
return System