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.
- See Also:
-
Field Summary
Fields -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
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.
-