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

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

public class MapperException
extends Exception

Mapper Exception

Version:
$Id: MapperException.java 661727 2008-05-30 14:21:49Z bentmann $
See Also:
Serialized Form

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

Parameters:
message -
cause -

MapperException

public MapperException(String message)
Constructor

Parameters:
message -


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