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

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.SymbolNotFoundException
All Implemented Interfaces:
Serializable

public final class SymbolNotFoundException
extends RuntimeException

See Also:
Serialized Form

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

SymbolNotFoundException

public SymbolNotFoundException()

SymbolNotFoundException

public SymbolNotFoundException(String message)
Parameters:
message -

SymbolNotFoundException

public SymbolNotFoundException(Throwable cause)
Parameters:
cause -

SymbolNotFoundException

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


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