Class IllegalArchivePathException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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: $
See Also:
  • Field Details

  • Constructor Details

    • IllegalArchivePathException

      public IllegalArchivePathException(String message)
      Parameters:
      message -
    • IllegalArchivePathException

      public IllegalArchivePathException(Throwable cause)
      Parameters:
      cause -
    • IllegalArchivePathException

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