public class ExceptionCategory extends Object
| Modifier and Type | Field and Description |
|---|---|
static ExceptionCategory |
Convert
Category for conversion exception
|
static ExceptionCategory |
PubFormat
Category for PUB format exception
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Get exception category.
|
static ExceptionCategory |
to_ExceptionCategory(String category)
Performs an explicit conversion from
String to ExceptionCategory. |
String |
toString()
Returns a string that represents the current object.
|
public static final ExceptionCategory PubFormat
Category for PUB format exception
public static final ExceptionCategory Convert
Category for conversion exception
public final String getCategory()
Get exception category.
public static ExceptionCategory to_ExceptionCategory(String category)
Performs an explicit conversion from String to ExceptionCategory.
category - The exception category.Copyright © 2020 Aspose. All Rights Reserved.