org.expasy.jpl.commons.collection.symbol
Class AlphabetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.expasy.jpl.commons.collection.symbol.AlphabetException
All Implemented Interfaces:
Serializable

public final class AlphabetException
extends RuntimeException

See Also:
Serialized Form

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

AlphabetException

public AlphabetException()

AlphabetException

public AlphabetException(String message)
Parameters:
message -

AlphabetException

public AlphabetException(Throwable cause)
Parameters:
cause -

AlphabetException

public AlphabetException(String message,
                         Throwable cause)
Parameters:
message -
cause -


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.