com.intergral.fusionreactor.api
Class ConfigurationInvalidExceptionSurrogate
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
- All Implemented Interfaces:
- Serializable
public class ConfigurationInvalidExceptionSurrogate
- extends Exception
This class signals that the ConfigurationSurrogate
whose validity was being
tested was found to be invalid.
This type is a surrogate of Exception
in order to decouple this FRAPI
type from the actual exception thrown by the FusionReactor engine. Documentation for this
type is blank, since it is a 1:1 proxy of Exception
.
- Since:
- 2.0
- Version:
- 3.0.1
- See Also:
Exception
,
Serialized Form
ConfigurationInvalidExceptionSurrogate
public ConfigurationInvalidExceptionSurrogate(Throwable cause)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
- See Also:
Object.equals(java.lang.Object)
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in class Throwable
- See Also:
Throwable.fillInStackTrace()
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
- See Also:
Throwable.getCause()
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class Throwable
- See Also:
Throwable.getLocalizedMessage()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- See Also:
Throwable.getMessage()
getStackTrace
public StackTraceElement[] getStackTrace()
- Overrides:
getStackTrace
in class Throwable
- See Also:
Throwable.getStackTrace()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
- See Also:
Object.hashCode()
initCause
public Throwable initCause(Throwable cause)
- Overrides:
initCause
in class Throwable
- See Also:
Throwable.initCause(java.lang.Throwable)
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace
in class Throwable
- See Also:
Throwable.printStackTrace(java.io.PrintStream)
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace
in class Throwable
- See Also:
Throwable.printStackTrace(java.io.PrintWriter)
setStackTrace
public void setStackTrace(StackTraceElement[] stackTrace)
- Overrides:
setStackTrace
in class Throwable
- See Also:
Throwable.setStackTrace(java.lang.StackTraceElement[])
toString
public String toString()
- Overrides:
toString
in class Throwable
- See Also:
Throwable.toString()
Copyright © 2005-2008 Intergral Information Solutions GmbH. All Rights Reserved.