net.sf.taverna.raven.spi
Class InvalidProfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.taverna.raven.RavenException
              extended by net.sf.taverna.raven.spi.InvalidProfileException
All Implemented Interfaces:
java.io.Serializable

public class InvalidProfileException
extends RavenException

Thrown when an attempt is made to construct a Profile from an invalid XML document

Author:
Tom
See Also:
Serialized Form

Constructor Summary
InvalidProfileException(java.lang.String message)
           
InvalidProfileException(java.lang.String message, java.lang.Throwable 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidProfileException

public InvalidProfileException(java.lang.String message)

InvalidProfileException

public InvalidProfileException(java.lang.String message,
                               java.lang.Throwable cause)