org.archiviststoolkit.exceptions
Class DomainEditorCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.archiviststoolkit.exceptions.DomainEditorCreationException
All Implemented Interfaces:
java.io.Serializable

public class DomainEditorCreationException
extends java.lang.Exception

Archivists' Toolkit(TM) Copyright © 2005-2007 Regents of the University of California, New York University, & Five Colleges, Inc. All rights reserved.

This software is free. You can redistribute it and / or modify it under the terms of the Educational Community License (ECL) version 1.0 (http://www.opensource.org/licenses/ecl1.php)

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ECL license for more details about permissions and limitations.

Archivists' Toolkit(TM) http://www.archiviststoolkit.org info@archiviststoolkit.org

See Also:
Serialized Form

Constructor Summary
DomainEditorCreationException()
           
DomainEditorCreationException(java.lang.String message)
           
DomainEditorCreationException(java.lang.String message, java.lang.Throwable cause)
           
DomainEditorCreationException(java.lang.Throwable cause)
           
 
Method Summary
 
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

DomainEditorCreationException

public DomainEditorCreationException()

DomainEditorCreationException

public DomainEditorCreationException(java.lang.String message)

DomainEditorCreationException

public DomainEditorCreationException(java.lang.String message,
                                     java.lang.Throwable cause)

DomainEditorCreationException

public DomainEditorCreationException(java.lang.Throwable cause)