com.brownsoft.ag
Class InvalidMutationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.brownsoft.ag.MotorException
                    |
                    +--com.brownsoft.ag.InvalidMutationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMutationException
extends MotorException

Clase utilitaria para indicar una excepcion del motor

Version:
1.0
Author:
Gustavo Brown
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
InvalidMutationException(java.lang.String msg)
           
InvalidMutationException(java.lang.String msg, java.lang.Exception containedException)
           
 
Methods inherited from class com.brownsoft.ag.MotorException
getContainedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidMutationException

public InvalidMutationException(java.lang.String msg)

InvalidMutationException

public InvalidMutationException(java.lang.String msg,
                                java.lang.Exception containedException)