chemCast.exception
Class SubsetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by chemCast.exception.FilterException
              extended by chemCast.exception.SubsetException
All Implemented Interfaces:
java.io.Serializable

public class SubsetException
extends FilterException

See Also:
Serialized Form

Constructor Summary
SubsetException()
           
SubsetException(java.lang.String message)
           
SubsetException(java.lang.String message, java.lang.Throwable cause)
           
SubsetException(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

SubsetException

public SubsetException()

SubsetException

public SubsetException(java.lang.String message)

SubsetException

public SubsetException(java.lang.Throwable cause)

SubsetException

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