Class ProxyEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.markusbernhardt.proxy.util.ProxyException
com.github.markusbernhardt.proxy.selector.pac.ProxyEvaluationException
- All Implemented Interfaces:
Serializable
Exception for PAC script errors.
- Author:
- Markus Bernhardt, Copyright 2016, Bernd Rosstauscher, Copyright 2009
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorProxyEvaluationException(String message) ConstructorProxyEvaluationException(String message, Throwable cause) ConstructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProxyEvaluationException
public ProxyEvaluationException()Constructor -
ProxyEvaluationException
Constructor- Parameters:
message- the error message.cause- the causing exception for exception chaining.
-
ProxyEvaluationException
Constructor- Parameters:
message- the error message.
-
ProxyEvaluationException
Constructor- Parameters:
cause- the causing exception for exception chaining.
-