com.taursys.dom
Class DocumentAdapterBuilderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.taursys.dom.DocumentAdapterBuilderException
All Implemented Interfaces:
java.io.Serializable

public class DocumentAdapterBuilderException
extends java.lang.Exception

DocumentAdapterBuilderException is thrown in response to problems encountered in methods of the DocumentAdapterBuilder and DocumentAdapterBuilderFactory.

Version:
$Revision: 1.1 $
Author:
marty
See Also:
Serialized Form

Constructor Summary
DocumentAdapterBuilderException(java.lang.String message)
          Constructs new exception with given message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentAdapterBuilderException

public DocumentAdapterBuilderException(java.lang.String message)
Constructs new exception with given message

Parameters:
message -


Copyright © 2007 Martin T Phelan. All Rights Reserved.