com.docmosis.template
Class TemplateAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.docmosis.template.TemplateStoreException
              extended by com.docmosis.template.TemplateAlreadyExistsException
All Implemented Interfaces:
Serializable

public class TemplateAlreadyExistsException
extends TemplateStoreException

This exception is used to identify a problem parsing a template.

See Also:
Serialized Form

Constructor Summary
TemplateAlreadyExistsException()
           
TemplateAlreadyExistsException(String message)
           
TemplateAlreadyExistsException(String message, Throwable cause)
           
TemplateAlreadyExistsException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.docmosis.template.TemplateStoreException
isAnalysisCorruptError
 
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

TemplateAlreadyExistsException

public TemplateAlreadyExistsException()

TemplateAlreadyExistsException

public TemplateAlreadyExistsException(String message,
                                      Throwable cause)

TemplateAlreadyExistsException

public TemplateAlreadyExistsException(String message)

TemplateAlreadyExistsException

public TemplateAlreadyExistsException(Throwable cause)


Copyright © 2014–2023 Docmosis Pty Ltd. All rights reserved.