Package com._1c.g5.v8.dt.bsl.resource
Class ExportMethodProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com._1c.g5.v8.dt.bsl.resource.ExportMethodProviderException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExportMethodProviderTooNewDataFormatException
,ExportMethodProviderTooOldDataFormatException
public class ExportMethodProviderException extends RuntimeException
Export method provider exception.- See Also:
ExportMethodProvider
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExportMethodProviderException(String message)
Constructs a new exception with the specified detail message.ExportMethodProviderException(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExportMethodProviderException
public ExportMethodProviderException(String message)
Constructs a new exception with the specified detail message.- Parameters:
message
- The detail message.
-
-