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.Exception
All 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 ErrorCode
getErrorCode()
abstract java.lang.String
getFormattedError()
java.lang.String
toString()
-
-
-
Method Detail
-
getErrorCode
public abstract ErrorCode getErrorCode()
-
getFormattedError
public abstract java.lang.String getFormattedError()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
-