XTAS Project (0.6 beta)

xtas
Class InvalidSourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xtas.InvalidSourceException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSourceException
extends java.lang.Exception

This exception is thrown when something wrong with source resource

Version:
$Id: InvalidSourceException.java,v 1.3 2002/11/27 13:41:51 geaz Exp $
See Also:
Serialized Form

Constructor Summary
InvalidSourceException()
          Constructs an Exception without a message.
InvalidSourceException(java.lang.String message)
          Constructs an Exception with a detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSourceException

public InvalidSourceException()
Constructs an Exception without a message.

InvalidSourceException

public InvalidSourceException(java.lang.String message)
Constructs an Exception with a detailed message.
Parameters:
Message - The message associated with the exception.

XTAS Project (0.6 beta)