org.exolab.castor.net

Class URIException


public final class URIException
extends Exception

URIException is used when an error occurs during URI resolving
Version:
$Revision: 1.1.1.1 $
Author:
Keith Visco

Constructor Summary

URIException(Exception exception)
Creates a new URIException
URIException(String message)
Creates a new URIException
URIException(String message, Exception exception)
Creates a new URIException

Method Summary

Exception
getException()
Returns the nested exception, or null if no exception exists.
void
printStackTrace()
void
printStackTrace(PrintStream s)
void
printStackTrace(PrintWriter s)

Constructor Details

URIException

public 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.

URIException

public URIException(String message)
Creates a new URIException
Parameters:
message - the explaination for this exception

URIException

public URIException(String message,
                    Exception exception)
Creates a new URIException
Parameters:
message - the explaination for this exception

Method Details

getException

public Exception getException()
Returns the nested exception, or null if no exception exists.
Returns:
the nested exception, or null if no exception exists

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream s)

printStackTrace

public void printStackTrace(PrintWriter s)

Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com