public final class WarningInfo extends Object
Immutable object for encapsulating warning information.
Constructor and Description |
---|
WarningInfo(com.aspose.foundation.converter.latex2aps.WarningInfo.WarningType type,
String message)
Constructs instance for gathering information.
|
Modifier and Type | Method and Description |
---|---|
String |
getWarningMessage()
Returns string representation of warning message.
|
com.aspose.foundation.converter.latex2aps.WarningInfo.WarningType |
getWarningTypeProperty()
Returns warning type.
|
public WarningInfo(com.aspose.foundation.converter.latex2aps.WarningInfo.WarningType type, String message)
Constructs instance for gathering information.
type
- the warning type to setmessage
- the warning message to setpublic String getWarningMessage()
Returns string representation of warning message.
public com.aspose.foundation.converter.latex2aps.WarningInfo.WarningType getWarningTypeProperty()
Returns warning type.
Copyright © 2014 Aspose. All Rights Reserved.