org.jboss.shrinkwrap.api
Class IllegalArchivePathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.shrinkwrap.api.IllegalArchivePathException
All Implemented Interfaces:
Serializable

public class IllegalArchivePathException
extends RuntimeException

Exception thrown when trying to add a Node on and invalid path within the Archive (i.e. you are trying to add an asset to "/test.txt/somethingelse.txt" where test.txt is an Asset)

Version:
$Revision: $
Author:
German Escobar
See Also:
Serialized Form

Constructor Summary
IllegalArchivePathException(String message)
           
IllegalArchivePathException(String message, Throwable cause)
           
IllegalArchivePathException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalArchivePathException

public IllegalArchivePathException(String message)
Parameters:
message -

IllegalArchivePathException

public IllegalArchivePathException(Throwable cause)
Parameters:
cause -

IllegalArchivePathException

public IllegalArchivePathException(String message,
                                   Throwable cause)
Parameters:
message -
cause -


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.