org.stjs.generator
Class MultipleFileGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.stjs.generator.STJSRuntimeException
                  extended by org.stjs.generator.JavascriptFileGenerationException
                      extended by org.stjs.generator.MultipleFileGenerationException
All Implemented Interfaces:
Serializable

public class MultipleFileGenerationException
extends JavascriptFileGenerationException

See Also:
Serialized Form

Constructor Summary
MultipleFileGenerationException(List<JavascriptFileGenerationException> exceptions)
           
 
Method Summary
 List<JavascriptFileGenerationException> getExceptions()
           
 
Methods inherited from class org.stjs.generator.JavascriptFileGenerationException
getSourcePosition, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleFileGenerationException

public MultipleFileGenerationException(List<JavascriptFileGenerationException> exceptions)
Method Detail

getExceptions

public List<JavascriptFileGenerationException> getExceptions()


Copyright © 2014. All Rights Reserved.