com.google.javascript.jscomp.webservice.common
Class AbstractWebServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.javascript.jscomp.webservice.common.AbstractWebServiceException
- All Implemented Interfaces:
- Serializable
public abstract class AbstractWebServiceException
- extends Exception
All the exceptions that can be returned as error to the client of the API.
- See Also:
- Serialized Form
AbstractWebServiceException
public AbstractWebServiceException()
getErrorCode
public abstract ErrorCode getErrorCode()
getFormattedError
public abstract String getFormattedError()
toString
public String toString()
- Overrides:
toString
in class Throwable