com.elharo.xml.xinclude
Class BadParseAttributeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.elharo.xml.xinclude.XIncludeException
                    |
                    +--com.elharo.xml.xinclude.BadParseAttributeException
All Implemented Interfaces:
java.io.Serializable

public class BadParseAttributeException
extends XIncludeException

A BadParseAttributeException is thrown when the parse attribute has some value other than xml or text.

Version:
1.0d9, July 4, 2002
Author:
Elliotte Rusty Harold
See Also:
Serialized Form

Constructor Summary
BadParseAttributeException()
          Constructs a BadParseAttributeException with null as its error detail message.
BadParseAttributeException(java.lang.String message)
          Constructs a BadParseAttributeException with the specified detail message.
 
Methods inherited from class com.elharo.xml.xinclude.XIncludeException
getRootCause, setRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadParseAttributeException

public BadParseAttributeException()
Constructs a BadParseAttributeException with null as its error detail message.

BadParseAttributeException

public BadParseAttributeException(java.lang.String message)
Constructs a BadParseAttributeException with the specified detail message. The error message string message can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.
Parameters:
message - the detail message.


Copyright 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.