|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.aspose.metafiles.MetafilesException
public class MetafilesException
This exception is thrown if any errors with metafiles are detected.
| Constructor Summary | |
|---|---|
MetafilesException()
Creates a new MetafilesException. |
|
MetafilesException(java.lang.String message)
Creates a new MetafilesException with a message string. |
|
MetafilesException(java.lang.String message,
java.lang.Throwable cause)
Creates a new MetafilesException with a message string and a reason. |
|
MetafilesException(java.lang.Throwable cause)
Creates a new MetafilesException with a reason. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MetafilesException()
MetafilesException.
public MetafilesException(java.lang.String message)
MetafilesException with a message string.
message - The message string.
public MetafilesException(java.lang.String message,
java.lang.Throwable cause)
MetafilesException with a message string and a reason.
message - The message string.cause - The reason, i.e. a throwable that indirectly caused this exception.public MetafilesException(java.lang.Throwable cause)
MetafilesException with a reason.
cause - The reason, i.e. a throwable that indirectly caused this exception.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||