Skip navigation links


com.bea.netuix.laf.genes
Class MutationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.netuix.laf.genes.MutationException

All Implemented Interfaces
Serializable

public class MutationException
extends RuntimeException

MutationException is thrown from a mutator's mutate method to signify a problem with the mutation process.

See Also
Mutator, Serialized Form

Constructor Summary
MutationException(String message)
           
MutationException(String message, Throwable cause)
           
MutationException(Throwable 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

 

Constructor Detail

MutationException

public MutationException(String message)

MutationException

public MutationException(String message,
                         Throwable cause)

MutationException

public MutationException(Throwable cause)

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.