public class ConfigurationInvalidExceptionSurrogate extends Exception
This class signals that the ConfigurationSurrogate
whose validity was being
tested was found to be invalid.
Documentation for this type is blank, since it is a 1:1 proxy of Exception
.
Exception
,
Serialized FormConstructor and Description |
---|
ConfigurationInvalidExceptionSurrogate(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Throwable |
fillInStackTrace() |
Throwable |
getCause() |
String |
getLocalizedMessage() |
String |
getMessage() |
StackTraceElement[] |
getStackTrace() |
int |
hashCode() |
Throwable |
initCause(Throwable cause) |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
void |
setStackTrace(StackTraceElement[] stackTrace) |
String |
toString() |
addSuppressed, getSuppressed
public ConfigurationInvalidExceptionSurrogate(Throwable cause)
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Throwable.fillInStackTrace()
public Throwable getCause()
getCause
in class Throwable
Throwable.getCause()
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Throwable.getLocalizedMessage()
public String getMessage()
getMessage
in class Throwable
Throwable.getMessage()
public StackTraceElement[] getStackTrace()
getStackTrace
in class Throwable
Throwable.getStackTrace()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public Throwable initCause(Throwable cause)
initCause
in class Throwable
Throwable.initCause(java.lang.Throwable)
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
Throwable.printStackTrace(java.io.PrintStream)
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
Throwable.printStackTrace(java.io.PrintWriter)
public void setStackTrace(StackTraceElement[] stackTrace)
setStackTrace
in class Throwable
Throwable.setStackTrace(java.lang.StackTraceElement[])
public String toString()
toString
in class Throwable
Throwable.toString()
Copyright © 2005-2017 Intergral Information Solutions GmbH. All Rights Reserved.