当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
ConvertorException (Convertor) - NetBeans API Javadoc (Current Development Version)
org.netbeans.api.convertor
Class ConvertorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.netbeans.api.convertor.ConvertorException
- All Implemented Interfaces:
- Serializable
public final class ConvertorException
- extends RuntimeException
Unchecked exception thrown when convertor does not exist for the
requested read or write operation or when there is general runtime
error during the conversion.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConvertorException
public ConvertorException(String message)