Class AbstractWebServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.javascript.jscomp.webservice.common.AbstractWebServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public abstract class AbstractWebServiceException extends java.lang.ExceptionAll the exceptions that can be returned as error to the client of the API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractWebServiceException()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ErrorCodegetErrorCode()abstract java.lang.StringgetFormattedError()java.lang.StringtoString()
-
-
-
Method Detail
-
getErrorCode
public abstract ErrorCode getErrorCode()
-
getFormattedError
public abstract java.lang.String getFormattedError()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
-