org.jboss.shrinkwrap.api
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: $
- Author:
- German Escobar
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.