Package 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 aNode
on and invalid path within theArchive
(i.e. you are trying to add an asset to "/test.txt/somethingelse.txt" where test.txt is anAsset
)- Version:
- $Revision: $
- Author:
- German Escobar
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalArchivePathException(String message)
IllegalArchivePathException(String message, Throwable cause)
IllegalArchivePathException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-