Package net.sf.okapi.connectors.google
Class GoogleMTErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.okapi.common.exceptions.OkapiException
-
- net.sf.okapi.connectors.google.GoogleMTErrorException
-
- All Implemented Interfaces:
Serializable
public class GoogleMTErrorException extends OkapiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoogleMTErrorException(int code, String message, String domain, String reason, String query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()StringgetDomain()StringgetMessage()StringgetQuery()StringgetReason()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-