com.silverpeas.converter
Class DocumentFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.