gov.nih.nci.caarray.services.exception
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.exception.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends java.lang.Exception

This is top-most level checked exception for the microarray parsing services. Exceptions thrown from those services can be either wrapped in this exception or its subclass.

Author:
tranp
See Also:
Serialized Form

Constructor Summary
ParseException()
          DBException constructor comment.
ParseException(java.lang.String message)
          Constructs a new ParseException with the specified detail message.
ParseException(java.lang.String message, java.lang.Throwable cause)
           
ParseException(java.lang.Throwable cause)
          ParseException constructor comment.
 
Method Summary
 java.lang.Throwable getSourceException()
          Gets the sourceException.
 
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

ParseException

public ParseException()
DBException constructor comment.


ParseException

public ParseException(java.lang.String message)
Constructs a new ParseException with the specified detail message.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.

ParseException

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

ParseException

public ParseException(java.lang.Throwable cause)
ParseException constructor comment.

Parameters:
cause - The cause of this Exception
Method Detail

getSourceException

public java.lang.Throwable getSourceException()
Gets the sourceException.

Returns:
Returns a Throwable