FusionReactor API
v3.0.1

com.intergral.fusionreactor.api
Class ConfigurationInvalidExceptionSurrogate

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ConfigurationInvalidExceptionSurrogate(Throwable cause)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationInvalidExceptionSurrogate

public ConfigurationInvalidExceptionSurrogate(Throwable cause)
Method Detail

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()

FusionReactor API
v3.0.1

Copyright © 2005-2008 Intergral Information Solutions GmbH. All Rights Reserved.