Public Member Functions

org.exolab.castor.net.URIException Class Reference

Inherits java::lang::Exception.

List of all members.

Public Member Functions

 URIException (String message)
 URIException (String message, Exception exception)
 URIException (Exception exception)
Exception getException ()
void printStackTrace ()
void printStackTrace (PrintStream s)
void printStackTrace (PrintWriter s)

Detailed Description

URIException is used when an error occurs during URI resolving

Author:
Keith Visco
Version:
Revision:
1.1.1.1

Constructor & Destructor Documentation

org.exolab.castor.net.URIException.URIException ( String  message  ) 

Creates a new URIException

Parameters:
message the explaination for this exception
org.exolab.castor.net.URIException.URIException ( String  message,
Exception  exception 
)

Creates a new URIException

Parameters:
message the explaination for this exception
exception,an optional nested exception, most likely, the exception which caused this exception.
org.exolab.castor.net.URIException.URIException ( Exception  exception  ) 

Creates a new URIException

Parameters:
exception the exception which caused this exception. Note: to use this constructor exception must not be null.

Member Function Documentation

Exception org.exolab.castor.net.URIException.getException (  ) 

Returns the nested exception, or null if no exception exists.

Returns:
the nested exception, or null if no exception exists
void org.exolab.castor.net.URIException.printStackTrace ( PrintWriter  s  ) 
void org.exolab.castor.net.URIException.printStackTrace ( PrintStream  s  ) 
void org.exolab.castor.net.URIException.printStackTrace (  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties