Class PictureManifestException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com._1c.g5.v8.dt.platform.pictures.PictureManifestException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class PictureManifestException extends RuntimeException Picture manifest exception, that indicates conditions that a there are errors related to reading or searching of content of picture.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PictureManifestException(String message)Constructs a new exception with the specified detail message.PictureManifestException(String message, Throwable cause)Constructs a new exception with the specified detail message and cause.PictureManifestException(Throwable cause)Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
PictureManifestExceptionpublic PictureManifestException(String message) Constructs a new exception with the specified detail message.- Parameters:
- message- exception description
 
 - 
PictureManifestExceptionpublic PictureManifestException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause.- Parameters:
- message- exception description
- cause- child exception object
 
 - 
PictureManifestExceptionpublic PictureManifestException(Throwable cause) Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).- Parameters:
- cause- child exception object
 
 
- 
 
-