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
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIllegalArchivePathException
(String message) IllegalArchivePathException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IllegalArchivePathException
- Parameters:
message
-
-
IllegalArchivePathException
- Parameters:
cause
-
-
IllegalArchivePathException
- Parameters:
message
-cause
-
-