org.repoweb.model.common
Class AbstractArtifact.BadArtifactFileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.repoweb.model.common.AbstractArtifact.BadArtifactFileException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AbstractArtifact

public class AbstractArtifact.BadArtifactFileException
extends java.lang.Exception

Signal a bad artifact file name.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
AbstractArtifact.BadArtifactFileException(java.lang.String msg)
           
AbstractArtifact.BadArtifactFileException(java.lang.String msg, java.lang.Throwable rootCause)
           
 
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

AbstractArtifact.BadArtifactFileException

public AbstractArtifact.BadArtifactFileException(java.lang.String msg)

AbstractArtifact.BadArtifactFileException

public AbstractArtifact.BadArtifactFileException(java.lang.String msg,
                                                 java.lang.Throwable rootCause)


Copyright © 2003-2005 Repoweb. All Rights Reserved.