ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.Tal.ParserException Class Reference

Exception raised when the parsing of a TAL-enabled document fails. More...

Inheritance diagram for CSF.Zpt.Tal.ParserException:
Collaboration diagram for CSF.Zpt.Tal.ParserException:

Public Member Functions

 ParserException ()
 Initializes a new instance of the T:ParserException class More...
 
 ParserException (string message)
 Initializes a new instance of the T:ParserException class More...
 
 ParserException (string message, System.Exception inner)
 Initializes a new instance of the T:ParserException class More...
 
- Public Member Functions inherited from CSF.Zpt.Rendering.RenderingException
 RenderingException ()
 Initializes a new instance of the T:RenderingException class More...
 
 RenderingException (string message)
 Initializes a new instance of the T:RenderingException class More...
 
 RenderingException (string message, System.Exception inner)
 Initializes a new instance of the T:RenderingException class More...
 
- Public Member Functions inherited from CSF.Zpt.ZptException
 ZptException ()
 Initializes a new instance of the T:ZptException class More...
 
 ZptException (string message)
 Initializes a new instance of the T:ZptException class More...
 
 ZptException (string message, Exception inner)
 Initializes a new instance of the T:ZptException class More...
 

Protected Member Functions

 ParserException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Initializes a new instance of the T:ParserException class More...
 
- Protected Member Functions inherited from CSF.Zpt.Rendering.RenderingException
 RenderingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Initializes a new instance of the T:RenderingException class More...
 
- Protected Member Functions inherited from CSF.Zpt.ZptException
 ZptException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Initializes a new instance of the T:ZptException class More...
 

Properties

string SourceElementName [get, set]
 Gets or sets the name of the IZptElement which is the source of the current error. More...
 
string SourceAttributeName [get, set]
 Gets or sets the name of the IZptAttribute which is the source of the current error. More...
 
string SourceAttributeValue [get, set]
 Gets or sets the value of the IZptAttribute which is the source of the current error. More...
 

Detailed Description

Exception raised when the parsing of a TAL-enabled document fails.

Constructor & Destructor Documentation

CSF.Zpt.Tal.ParserException.ParserException ( )
inline

Initializes a new instance of the T:ParserException class

CSF.Zpt.Tal.ParserException.ParserException ( string  message)
inline

Initializes a new instance of the T:ParserException class

Parameters
messageA T:System.String that describes the exception.
CSF.Zpt.Tal.ParserException.ParserException ( string  message,
System.Exception  inner 
)
inline

Initializes a new instance of the T:ParserException class

Parameters
messageA T:System.String that describes the exception.
innerThe exception that is the cause of the current exception.
CSF.Zpt.Tal.ParserException.ParserException ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
inlineprotected

Initializes a new instance of the T:ParserException class

Parameters
contextThe contextual information about the source or destination.
infoThe object that holds the serialized object data.

Property Documentation

string CSF.Zpt.Tal.ParserException.SourceAttributeName
getset

Gets or sets the name of the IZptAttribute which is the source of the current error.

The name of the source attribute.

string CSF.Zpt.Tal.ParserException.SourceAttributeValue
getset

Gets or sets the value of the IZptAttribute which is the source of the current error.

The value of the source attribute.

string CSF.Zpt.Tal.ParserException.SourceElementName
getset

Gets or sets the name of the IZptElement which is the source of the current error.

The name of the source element.


The documentation for this class was generated from the following file: