net.obsearch.exception
Class OBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.obsearch.exception.OBException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyFrozenException, BoxNotAvailableException, ClusteringFailedException, IllegalIdException, IllegalKException, KMeansException, KMeansHungUpException, NotFrozenException, OBStorageException, OutOfRangeException, SliceParseException

public class OBException
extends Exception

OBException, the mother of all Exceptions in OBSearch.

Since:
0.7
Author:
Arnoldo Jose Muller Molina
See Also:
Serialized Form

Constructor Summary
OBException()
          Default constructor.
OBException(Exception e)
          Constructor.
OBException(String msg)
          Constructor.
OBException(String msg, Exception ex)
          Constructor.
 
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

OBException

public OBException(String msg)
Constructor.

Parameters:
msg - A message for the user

OBException

public OBException(String msg,
                   Exception ex)
Constructor.

Parameters:
msg - A message for the user
ex - An exception for the user

OBException

public OBException()
Default constructor.


OBException

public OBException(Exception e)
Constructor.

Parameters:
e - An exception that will be wrapped.


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.