biz.c24.io.api.data
Class IOXPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biz.c24.io.api.data.IOXPathException
All Implemented Interfaces:
Serializable

public class IOXPathException
extends Exception

An exception signifying that an exception has been created whilst instantiating or running an xpath query.

See Also:
Serialized Form

Constructor Summary
IOXPathException(String message, Throwable cause)
          Creates a new exception using the specified message, and 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

IOXPathException

public IOXPathException(String message,
                        Throwable cause)
Creates a new exception using the specified message, and cause.

Parameters:
message - The detail message.
cause - The cause of the exception.


C24 Technologies © 2002-2012: All Rights Reserved.