com.vinculumtech.platform.docmodel
Class DocumentModelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.vinculumtech.platform.docmodel.DocumentModelException
All Implemented Interfaces:
java.io.Serializable

public class DocumentModelException
extends java.lang.RuntimeException

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/docmodel/DocumentModelException.java#4 $
See Also:
Serialized Form

Constructor Summary
  DocumentModelException(java.lang.String message)
           
  DocumentModelException(java.lang.String message, java.lang.Throwable nestedException)
           
protected DocumentModelException(java.lang.Throwable nestedException)
           
 
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

DocumentModelException

public DocumentModelException(java.lang.String message)

DocumentModelException

protected DocumentModelException(java.lang.Throwable nestedException)

DocumentModelException

public DocumentModelException(java.lang.String message,
                              java.lang.Throwable nestedException)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.