org.apache.myfaces.buildtools.maven2.plugin.javascript.jmt.assembler
Class NoSuchAssemblerReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.myfaces.buildtools.maven2.plugin.javascript.jmt.assembler.NoSuchAssemblerReaderException
All Implemented Interfaces:
Serializable

public class NoSuchAssemblerReaderException
extends Exception

Author:
Nicolas De Loof
See Also:
Serialized Form

Constructor Summary
NoSuchAssemblerReaderException(String name)
           
 
Method Summary
 String getAssemblerName()
           
 
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

NoSuchAssemblerReaderException

public NoSuchAssemblerReaderException(String name)
Method Detail

getAssemblerName

public String getAssemblerName()
Returns:
the assemblerName


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.