public class DocumentException
extends java.lang.Exception
Constructor and Description |
---|
DocumentException()
constructor
|
DocumentException(java.lang.String message)
constructor
|
DocumentException(java.lang.String message,
java.lang.Throwable cause)
constructor
|
DocumentException(java.lang.Throwable cause)
constructor
|
public DocumentException()
public DocumentException(java.lang.String message)
message
- the messagepublic DocumentException(java.lang.Throwable cause)
cause
- the root causepublic DocumentException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the root causestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.