com.google.api.ads.common.lib.exception
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.api.ads.common.lib.exception.ValidationException
- All Implemented Interfaces:
- Serializable
public class ValidationException
- extends Exception
Exception for validation errors.
- Author:
- Adam Rogal
- See Also:
- Serialized Form
ValidationException
public ValidationException(String message,
String trigger)
- Constructor.
- Parameters:
message - the exception messagetrigger - the trigger of the validation exception
ValidationException
public ValidationException(String message,
String trigger,
Throwable cause)
- Constructor.
- Parameters:
message - the exception messagetrigger - the trigger of the validation exceptioncause - the exception that caused this ValidationException
getTrigger
public String getTrigger()
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2012. All Rights Reserved.