baobab.bio.permutation
Class PermutationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by baobab.bio.permutation.PermutationException
All Implemented Interfaces:
java.io.Serializable

public class PermutationException
extends java.lang.Exception

The PermutationException class represents an exception on permutation dealing

Version:
1.0, June 2006
Author:
Marilia D. V. Braga
See Also:
Serialized Form

Constructor Summary
PermutationException(java.lang.String message)
           
PermutationException(java.lang.String message, java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermutationException

public PermutationException(java.lang.String message)

PermutationException

public PermutationException(java.lang.String message,
                            java.lang.Throwable cause)