Package com._1c.g5.v8.dt.export
Class ExportException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com._1c.g5.v8.dt.export.ExportException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ExportException extends Exception Exception class Exporter Framework.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ExportException(String message)Constructs a new exception with the specified detail message.ExportException(String message, Throwable cause)Constructs a new exception with the specified detail message and cause.ExportException(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- 
ExportExceptionpublic ExportException(String message) Constructs a new exception with the specified detail message.- Parameters:
- message- exception description
 
 - 
ExportExceptionpublic ExportException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause.- Parameters:
- message- exception description
- cause- child exception object
 
 - 
ExportExceptionpublic ExportException(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
 
 
- 
 
-