org.apache.maven.shared.model.fileset.mappers
Class MapperException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.shared.model.fileset.mappers.MapperException
All Implemented Interfaces:
Serializable

public class MapperException
extends Exception

See Also:
Serialized Form

Constructor Summary
MapperException(String message)
           
MapperException(String message, Throwable cause)
           
 
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

MapperException

public MapperException(String message,
                       Throwable cause)

MapperException

public MapperException(String message)


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.