org.deduced
Class ModelCreationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.deduced.ModelCreationFailedException
All Implemented Interfaces:
java.io.Serializable

public class ModelCreationFailedException
extends java.lang.RuntimeException

ModelCreationFailedException is thrown when an error is detected during model creation.

Author:
Steve McDuff
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          serialVersionUID
 
Constructor Summary
ModelCreationFailedException()
          ModelCreationFailedException constructor
ModelCreationFailedException(java.lang.String message)
          ModelCreationFailedException constructor
ModelCreationFailedException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new ModelCreationFailedException with the specified detail message and cause.
ModelCreationFailedException(java.lang.Throwable cause)
          Constructs a new ModelCreationFailedException with the specified cause
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
serialVersionUID

See Also:
Constant Field Values
Constructor Detail

ModelCreationFailedException

public ModelCreationFailedException()
ModelCreationFailedException constructor


ModelCreationFailedException

public ModelCreationFailedException(java.lang.String message)
ModelCreationFailedException constructor

Parameters:
message - the detail message.

ModelCreationFailedException

public ModelCreationFailedException(java.lang.String message,
                                    java.lang.Throwable cause)
Constructs a new ModelCreationFailedException with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause

ModelCreationFailedException

public ModelCreationFailedException(java.lang.Throwable cause)
Constructs a new ModelCreationFailedException with the specified cause

Parameters:
cause - the cause