gov.nih.nci.caarray.util.owlparser
Class ParseException

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

public class ParseException
extends java.lang.Exception

Exception thrown when there is an error parsing the owl.

Author:
dkokotov
See Also:
Serialized Form

Constructor Summary
ParseException()
          Default.
ParseException(java.lang.String message)
          PArse error with given message.
ParseException(java.lang.String message, java.lang.Throwable cause)
          PArse error with given message and cause.
ParseException(java.lang.Throwable cause)
          PArse error with given 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

ParseException

public ParseException()
Default.


ParseException

public ParseException(java.lang.String message)
PArse error with given message.

Parameters:
message - the message

ParseException

public ParseException(java.lang.Throwable cause)
PArse error with given cause.

Parameters:
cause - the cause

ParseException

public ParseException(java.lang.String message,
                      java.lang.Throwable cause)
PArse error with given message and cause.

Parameters:
message - the message
cause - the cause