com.silverpeas.converter
Class DocumentFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.silverpeas.converter.DocumentFormatException
All Implemented Interfaces:
Serializable

public class DocumentFormatException
extends RuntimeException

Exception thrown when the format of a document or the format in which a document has to be converted isn't supported by a converter.

See Also:
Serialized Form

Constructor Summary
DocumentFormatException()
          Creates a new instance of DocumentFormatException without detail message.
DocumentFormatException(String msg)
          Constructs an instance of DocumentFormatException with the specified detail message.
 
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

DocumentFormatException

public DocumentFormatException()
Creates a new instance of DocumentFormatException without detail message.


DocumentFormatException

public DocumentFormatException(String msg)
Constructs an instance of DocumentFormatException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2016 Silverpeas. All Rights Reserved.